changing web-example css

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@111 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2006-09-18 13:22:46 +00:00
parent db7990116c
commit b9e4355424
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
body { body {
background: #fefefe; background: #FFFAF5;
} }
div.module { div.module {
border-color: #006600; border-color: #006600;
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
background: #CCFFEE; background: #;
padding: 3px; padding: 3px;
margin: 2px; margin: 2px;
} }