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