From: Michal Vaner Date: Sun, 5 Oct 2008 10:09:24 +0000 (+0200) Subject: Fix css X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=26ffb700c45a9c542a584cb3fb7e2d94503bc6ef;p=pciids.git Fix css Border width was not specified, it was too thick this way. --- diff --git a/static/screen.css b/static/screen.css index 654973b..0f2395c 100644 --- a/static/screen.css +++ b/static/screen.css @@ -89,6 +89,7 @@ div.bluesquare-example background-color: #4c3bff; color: #fffa45; border: solid blue; + border-width: 1px; } div.rmenu, div.lmenu