summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-11-25 13:27:23 +0100
committerThomas Schwinge <tschwinge@gnu.org>2008-11-25 13:27:23 +0100
commitbd599fd2f9e5ceff3effb2e684ccf4546f78cc15 (patch)
treeb00f5b36bfc6e909a20de7b0596b8b8f681c7403 /local.css
parente73ae9e652e36dcf6cfe10f91fafff06e2a439b4 (diff)
More CSS changes.
Diffstat (limited to 'local.css')
-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;
}