diff options
| author | hukl <contact@smyck.org> | 2012-02-18 16:02:49 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2012-02-18 16:02:49 +0100 |
| commit | af4da2e3abd3bdd2b0362f350316bfbc3bd22697 (patch) | |
| tree | f38cb477feb00816bb5997b56d4a9dfe06cda778 | |
| parent | baf9eb24e7ee3222754b87a74c3273035c4cbfae (diff) | |
move headline line above headline
| -rw-r--r-- | public/stylesheets/ccc.css | 3 |
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 | ||
| 64 | div#center_column h2.headline { | 64 | div#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 | ||
| 69 | div.article_partial h2 a { | 70 | div.article_partial h2 a { |
