From b0299700d81d375ea2cf862e9b91315ae71714d7 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 13 Dec 2010 16:45:39 +0100 Subject: Style: Hide backlinks and display inline footer size 80%. --- local.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index a2bb156..8928eb5 100644 --- a/local.css +++ b/local.css @@ -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; -- cgit v1.2.3