diff options
author | Dan McGee <dan@archlinux.org> | 2010-07-06 20:33:03 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-07-06 20:33:03 -0500 |
commit | 7b73c0ff8c8caa546442e3e3311867f2c6159754 (patch) | |
tree | 9cce13bc2d25cc00ebb29f91ffd01fb969e7f0f9 /media/archweb.css | |
parent | ad162d74db6718b2ba7dd1ab2e1f21847a7c7744 (diff) |
Get news markdown formatting working everywhere
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'media/archweb.css')
-rw-r--r-- | media/archweb.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media/archweb.css b/media/archweb.css index e5781c0c..4969db19 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -104,8 +104,9 @@ ul.errorlist { color: red; } /* home: news */ #news { margin-top: 1.5em; } -#news p { margin-bottom: 1.5em; } #news h3 { border-bottom: 1px solid #888; } +#news div { margin-bottom: 1em; } +#news div p { margin-bottom: 0.5em; } #news .more { font-weight: normal; } #news .rss-icon { float: right; margin: -1.6em 0.4em 0 0; } #news h4 { font-size: 1em; margin-top: 1.5em; border-bottom: 1px dotted #bbb; } |