From 26ffb700c45a9c542a584cb3fb7e2d94503bc6ef Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sun, 5 Oct 2008 12:09:24 +0200 Subject: [PATCH] Fix css Border width was not specified, it was too thick this way. --- static/screen.css | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2