diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-26 19:33:29 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-26 19:33:29 +0100 |
commit | 6ab3328c2a0b92dbf4811b60c5bc608a6c018c0a (patch) | |
tree | 3c79adeb7a5c5301d9428f0bc221feeb70042657 | |
parent | 1ef24b38c7bc9952bbeba13d997eeec11154d3a4 (diff) |
Incorporate suggestions by Olaf Buddenhagen.
-rw-r--r-- | local.css | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -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; } |