diff options
-rw-r--r-- | local.css | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -163,9 +163,9 @@ div#pageinfo { position: fixed; bottom: 0; width: 100%; - margin: 15em 0 0; - padding: 0 1em 1em 1em; border-top: 0; + padding: 1em 1em 1em 20px; + margin: 15px 0 0 0; color: white; background-color: #9cf; } @@ -177,3 +177,13 @@ div#backlinks { div.actions ul { border-bottom: 0; } + +DIV.pagedate { + margin-top: 0; +} + +DIV.pagecopyright, +DIV.pagecopyright P { + margin-top: 0; + margin-bottom: 0; +} |