From cac1a73c771f0c5ec95199b9ab57119c4cc60b1e Mon Sep 17 00:00:00 2001 From: losinshi Date: Mon, 18 Sep 2006 13:39:10 +0000 Subject: [PATCH] css changed git-svn-id: file:///home/jan/tmp/wetterstation/trunk@113 dd492736-c11a-0410-ad51-8c26713eaf7f --- webstuff/frontend/css/example.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webstuff/frontend/css/example.css b/webstuff/frontend/css/example.css index ce20c11..36fb793 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: #F0D0A0; + background: #FDDDAD; padding: 3px; margin: 2px; } @@ -53,7 +53,7 @@ div.module div.mod_subsec { border-color: #D0B080; border-style: dotted; border-width: 1px; - background: #FFDFAF; + background: #FFEBBB; margin: 2px; margin-left: 10px; margin-right: 10px; @@ -67,7 +67,7 @@ div.module p.mod_description { border-color: #D0B080; border-style: dotted; border-width: 1px; - background: #FFDFAF; + background: #FFEBBB; margin-left: 10px; margin-right: 10px; margin-bottom: 4px;