diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-06 14:25:44 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-06 14:25:44 +0200 |
commit | 17eecb7d6f57d2131a2422cad42c43b8e834faa8 (patch) | |
tree | 9a7309935a7dc326f747c39cbc0659cbdd90c2a4 | |
parent | 35b3bc1d5ccaf0a1a8884e4ffae7342c56a233ae (diff) |
Pagedate no margin.
-rw-r--r-- | local.css | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -96,13 +96,6 @@ DIV#topbar ol li { line-height: 2em; } -DIV#pageinfo { - border-top: 0; - padding: 1em; - margin: 0; - background-color: LightBlue; -} - div.actions ul { border-bottom: 0; } @@ -173,3 +166,14 @@ DIV.inlinefooter { DIV#backlinks { display: none; } + +DIV#pageinfo { + border-top: 0; + padding: 1em; + margin: 0; + background-color: LightBlue; +} + +DIV.pagedate { + margin-top: 0; +} |