diff options
-rw-r--r-- | local.css | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -183,9 +183,14 @@ a:hover } /* News items on the front page. */ +#feedlink, +.newsitem +{ + margin-bottom: 2px; +} + .newsitem { - margin-top: 2px; border: 1px solid black; } .newsitem .newsitemheader .header @@ -212,9 +217,9 @@ a:hover } .newsitemcontent { - /* TODO. Why is all this needed? */ - margin-left: 2px; - margin-right: 2px; + padding-left: 0.5em; + padding-right: 0.5em; + /* TODO. Why are these needed? */ margin-top: -15px; margin-bottom: -10px; } |