ckp
[plewww.git] / planetlab / includes / plc_peers.php
index a7b0b39..fc86830 100644 (file)
@@ -80,11 +80,11 @@ class Peers {
     // to set the background to grey on foreign objects
     // return true if the peer is local 
     if ( ! $peer_id ) {
-      print "<div class=\"plc-local\">";
+      print "<div class=\"nifty-medium plc-local\">";
     } else {
       $classname=strtolower($this->classname($peer_id));
       // set two classes, one generic to all foreign, and one based on the peer's shortname for finer grain tuning
-      printf ("<div class=\"plc-foreign %s\">",$classname);
+      printf ("<div class=\"nifty-medium plc-foreign %s\">",$classname);
     }
   }