diff options
author | Siri Reiter <siri@jones.dk> | 2010-12-13 16:45:39 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-12-13 16:45:39 +0100 |
commit | b0299700d81d375ea2cf862e9b91315ae71714d7 (patch) | |
tree | 4a6377dd9f6d70733ae8a8c03b90ecb8076a3624 | |
parent | ede65ce94ae5e586d17807aa022c2d671358ee1e (diff) |
Style: Hide backlinks and display inline footer size 80%.
-rw-r--r-- | local.css | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -26,11 +26,13 @@ a:hover { DIV.header { margin: 1em 1em 0; } + DIV.header, SPAN.author, DIV.recentchanges, SPAN.committype, -DIV#footer { +DIV#footer, +DIV.inlinefooter { font-size: 80%; } @@ -129,7 +131,11 @@ DIV#footer { width: 100%; } -div#pageinfo { +DIV#backlinks { + display: none; +} + +DIV#pageinfo { margin: 0 1em; padding: 1em 0 0; border-top: 0; |