summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-11-26 19:33:29 +0100
committerThomas Schwinge <tschwinge@gnu.org>2008-11-26 19:33:29 +0100
commit6ab3328c2a0b92dbf4811b60c5bc608a6c018c0a (patch)
tree3c79adeb7a5c5301d9428f0bc221feeb70042657 /local.css
parent1ef24b38c7bc9952bbeba13d997eeec11154d3a4 (diff)
Incorporate suggestions by Olaf Buddenhagen.
Diffstat (limited to 'local.css')
-rw-r--r--local.css16
1 files changed, 7 insertions, 9 deletions
diff --git a/local.css b/local.css
index 155c73c5..f99a4602 100644
--- a/local.css
+++ b/local.css
@@ -102,7 +102,7 @@ a:hover
{
max-width: 50%;
float: left;
- margin-right: 40px;
+ margin-right: 3em;
}
.pageheader .actions .per_page ul:before
@@ -186,7 +186,7 @@ a:hover
#feedlink,
.newsitem
{
- margin-bottom: 2px;
+ margin-bottom: 0.2em;
}
.newsitem
@@ -197,7 +197,7 @@ a:hover
{
max-width: 30%;
float: left;
- margin-right: 10px;
+ margin-right: 1em;
border-bottom: 1px solid black;
border-right: 1px solid black;
}
@@ -214,14 +214,12 @@ a:hover
.newsitem .actions ul
{
border-bottom-style: none;
+ padding: 0.5em 0;
+ line-height: 1;
}
-.newsitemcontent
+.newsitemcontent p
{
- padding-left: 0.5em;
- padding-right: 0.5em;
- /* TODO. Why are these needed? */
- margin-top: -15px;
- margin-bottom: -10px;
+ margin: 0.3em;
}