summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}