]> mj.ucw.cz Git - pciids.git/commitdiff
Fix css
authorMichal Vaner <vorner@ucw.cz>
Sun, 5 Oct 2008 10:09:24 +0000 (12:09 +0200)
committerMichal Vaner <vorner@ucw.cz>
Sun, 5 Oct 2008 10:09:24 +0000 (12:09 +0200)
Border width was not specified, it was too thick this way.

static/screen.css

index 654973be834416fa247d10e788625500ac5b5d46..0f2395c2d8350f750deccf4ecc2c7e8f3562ed25 100644 (file)
@@ -89,6 +89,7 @@ div.bluesquare-example
        background-color: #4c3bff;
        color: #fffa45;
        border: solid blue;
+       border-width: 1px;
 }
 div.rmenu,
 div.lmenu