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