From 265aa37f1581e5a08f6e4fdec1d846fb2cbcd1c5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 2 Jan 2011 13:10:41 +0100 Subject: [PATCH] Light up the white background. --- www/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/static/css/style.css b/www/static/css/style.css index ae799116..9d1df353 100644 --- a/www/static/css/style.css +++ b/www/static/css/style.css @@ -290,7 +290,7 @@ img.symbol { } #no-sh { - background-color: #f9f9f9; + background-color: #fbfbfb; width: 980px; } -- 2.47.3