summaryrefslogtreecommitdiff
path: root/public/stylesheets/ccc.css
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-05 23:52:07 +0200
committerhukl <contact@smyck.org>2009-09-05 23:52:07 +0200
commit8ff9a6876785e04f695466c5d536b535223d8fdc (patch)
treea2a7268111ec3fa9a76c69c73672156373cb7228 /public/stylesheets/ccc.css
parent802460d6fdbd5adb51ac19eb1ba15d84da8d7a03 (diff)
css finetuning
Diffstat (limited to 'public/stylesheets/ccc.css')
-rw-r--r--public/stylesheets/ccc.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index 4307f0e..870a5a8 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -127,8 +127,8 @@ div#right_column {
127} 127}
128 128
129div.teaser_ruler { 129div.teaser_ruler {
130 border-top: 2px solid #000000; 130 border-top: 1px solid #CCCCCC;
131 border-bottom: 2px dashed #000000; 131 border-bottom: 1px dashed #CCCCCC;
132 height: 3px; 132 height: 3px;
133 margin-top: 30px; 133 margin-top: 30px;
134} 134}