From 3e67d3bbcef8f325e3e3be21329881ef7aa60409 Mon Sep 17 00:00:00 2001 From: losinshi Date: Mon, 18 Sep 2006 13:30:52 +0000 Subject: [PATCH] css changed git-svn-id: file:///home/jan/tmp/wetterstation/trunk@112 dd492736-c11a-0410-ad51-8c26713eaf7f --- webstuff/frontend/css/example.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webstuff/frontend/css/example.css b/webstuff/frontend/css/example.css index e73929f..ce20c11 100644 --- a/webstuff/frontend/css/example.css +++ b/webstuff/frontend/css/example.css @@ -6,7 +6,7 @@ div.module { border-color: #006600; border-style: solid; border-width: 1px; - background: #; + background: #F0D0A0; padding: 3px; margin: 2px; } @@ -50,10 +50,10 @@ div.module h4.mod_subhead { } div.module div.mod_subsec { - border-color: #BBEEDD; + border-color: #D0B080; border-style: dotted; border-width: 1px; - background: #DDFFFF; + background: #FFDFAF; margin: 2px; margin-left: 10px; margin-right: 10px; @@ -64,10 +64,10 @@ div.module div.mod_subsec { } div.module p.mod_description { - border-color: #BBEEDD; + border-color: #D0B080; border-style: dotted; border-width: 1px; - background: #DDFFFF; + background: #FFDFAF; margin-left: 10px; margin-right: 10px; margin-bottom: 4px;