diff options
-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; } |