From b9e43554245149ea019770a2c1a40915ecbd19e9 Mon Sep 17 00:00:00 2001 From: losinshi Date: Mon, 18 Sep 2006 13:22:46 +0000 Subject: [PATCH] changing web-example css git-svn-id: file:///home/jan/tmp/wetterstation/trunk@111 dd492736-c11a-0410-ad51-8c26713eaf7f --- webstuff/frontend/css/example.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webstuff/frontend/css/example.css b/webstuff/frontend/css/example.css index d602523..e73929f 100644 --- a/webstuff/frontend/css/example.css +++ b/webstuff/frontend/css/example.css @@ -1,12 +1,12 @@ body { - background: #fefefe; + background: #FFFAF5; } div.module { border-color: #006600; border-style: solid; border-width: 1px; - background: #CCFFEE; + background: #; padding: 3px; margin: 2px; }