X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fcss%2Fplc_style.css;h=915207846938c4bbb49e9ff21085a3e30655f311;hb=350bb4d9c096b0cfb877fb67ab94ebac753a98a5;hp=7e21a055a34d76b0c82da49f692f6d2a3549476b;hpb=bc69546bd6a533ce02ec4e8efb8abeeb459c584c;p=plewww.git diff --git a/planetlab/css/plc_style.css b/planetlab/css/plc_style.css index 7e21a05..9152078 100644 --- a/planetlab/css/plc_style.css +++ b/planetlab/css/plc_style.css @@ -28,11 +28,13 @@ h2.plc { text-align: center; } - +/* tmp - for visual checking */ +.plc-local { + border: 1px solid #00f; +} .plc-foreign { background: #e0e0e0; } - .plc-warning { background: orange; } @@ -45,3 +47,7 @@ h2.plc { *.plc-warning a:visited { text-decoration: none; color:white } *.plc-warning a:hover { text-decoration: none; color:black } +/* separator below the minitabs area */ +p.plc-minitabs { + height:15px; +}