From be08019ad253e8fb3eda6614c51b35e6f6aeb9ff Mon Sep 17 00:00:00 2001 From: Leo Koppelkamm Date: Fri, 15 Jul 2011 15:06:58 +0000 Subject: [PATCH] r92054 : Fix wordwrap by using inline-block. This has the nice sideeffect of fixing an Opera background image bug as well. Remove categories from print, they're not especially useful on paper. (Also give footer some space) --- skins/common/commonPrint.css | 5 +++-- skins/common/shared.css | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index eaf9f6bb86..94c8c86891 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -127,7 +127,7 @@ li#about, li#disclaimer, li#privacy, #footer-places, -#mw-hidden-catlinks { +#catlinks { /* Hides all the elements irrelevant for printing */ display: none; } @@ -146,7 +146,8 @@ ul { #footer { background : white; color : black; - border-top: 1px solid black; + margin-top: 1em; + border-top: 1px solid #AAA; direction: ltr; } diff --git a/skins/common/shared.css b/skins/common/shared.css index 0ff29bc02e..771e3225e9 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -190,8 +190,11 @@ input#wpSummary { } #catlinks li { + display:inline-block; + line-height: 1.35em; padding: 0 .7em; border-left: 1px solid #AAA; + margin: 0.3em 0; } #catlinks li:first-child { -- 2.20.1