From bd599fd2f9e5ceff3effb2e684ccf4546f78cc15 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 25 Nov 2008 13:27:23 +0100 Subject: More CSS changes. --- local.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'local.css') diff --git a/local.css b/local.css index 51ef1fe5..155c73c5 100644 --- a/local.css +++ b/local.css @@ -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; } -- cgit v1.2.3