summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2012-02-18 16:02:49 +0100
committerhukl <contact@smyck.org>2012-02-18 16:02:49 +0100
commitaf4da2e3abd3bdd2b0362f350316bfbc3bd22697 (patch)
treef38cb477feb00816bb5997b56d4a9dfe06cda778
parentbaf9eb24e7ee3222754b87a74c3273035c4cbfae (diff)
move headline line above headline
-rw-r--r--public/stylesheets/ccc.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index 5a5f024..770c817 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -63,7 +63,8 @@ div#center_column h2 a:hover {
63 63
64div#center_column h2.headline { 64div#center_column h2.headline {
65 margin-top: 10px; 65 margin-top: 10px;
66 border-bottom: 2px solid #cccccc; 66 padding-top: 30px;
67 border-top: 2px solid #cccccc;
67} 68}
68 69
69div.article_partial h2 a { 70div.article_partial h2 a {