summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css13
1 files changed, 9 insertions, 4 deletions
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;
}