summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-11-08 20:52:16 +0100
committerhukl <contact@smyck.org>2009-11-08 20:52:16 +0100
commit5fc060042dee6b50dcac5045ba873843f7c9416c (patch)
tree1d023f61f7c346ba7beae5328926818eb40ae918
parentf696cdb88a1d3e243699f7745a44190f8ffbd3ee (diff)
body background default color
-rw-r--r--public/stylesheets/ccc.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index d2b52be..84fa0de 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -5,6 +5,7 @@ body {
5 font-family: Verdana, sans-serif; 5 font-family: Verdana, sans-serif;
6 font-size: 11px; 6 font-size: 11px;
7 line-height: 16px; 7 line-height: 16px;
8 background-color: #ffffff;
8 color: #535353; 9 color: #535353;
9} 10}
10 11