From: Leo Koppelkamm Date: Fri, 15 Jul 2011 15:06:58 +0000 (+0000) Subject: r92054 : Fix wordwrap by using inline-block. This has the nice sideeffect of fixing... X-Git-Tag: 1.31.0-rc.0~28825 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=be08019ad253e8fb3eda6614c51b35e6f6aeb9ff;p=lhc%2Fweb%2Fwiklou.git 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) --- 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 {