From: Trevor Parscal Date: Tue, 15 Jun 2010 20:16:42 +0000 (+0000) Subject: Improved the wrapping of personal tools for Vector in IE 5.5 and 6. X-Git-Tag: 1.31.0-rc.0~36497 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=fa71a677ee616e060c5db842fb8361c6c50d3215;p=lhc%2Fweb%2Fwiklou.git Improved the wrapping of personal tools for Vector in IE 5.5 and 6. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 67d9378c85..58b3d8c49d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1537,7 +1537,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '290'; +$wgStyleVersion = '291'; /** * This will cache static pages for non-logged-in users to reduce diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 8dec358ded..a5df0eed52 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -71,7 +71,7 @@ div#mw-head h5 { #p-personal { position: absolute; top: 0; - margin-left: 10em; + padding-left: 10em; right: 0.75em; } #p-personal h5 { @@ -87,10 +87,12 @@ div#mw-head h5 { line-height: 1.125em; float: left; } + /* This one flips! */ #p-personal li { margin-left: 0.75em; margin-top: 0.5em; font-size: 0.75em; + white-space: nowrap; } /* Navigation Containers */ #left-navigation { diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index fd0daddbf0..6d2e24e2bf 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -71,7 +71,7 @@ div#mw-head h5 { #p-personal { position: absolute; top: 0; - margin-right: 10em; + padding-right: 10em; left: 0.75em; } #p-personal h5 { @@ -87,10 +87,12 @@ div#mw-head h5 { line-height: 1.125em; float: left; } + /* This one flips! */ #p-personal li { margin-right: 0.75em; margin-top: 0.5em; font-size: 0.75em; + white-space: nowrap; } /* Navigation Containers */ #left-navigation {