Improved the wrapping of personal tools for Vector in IE 5.5 and 6.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 15 Jun 2010 20:16:42 +0000 (20:16 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 15 Jun 2010 20:16:42 +0000 (20:16 +0000)
includes/DefaultSettings.php
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 67d9378..58b3d8c 100644 (file)
@@ -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
index 8dec358..a5df0ee 100644 (file)
@@ -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 {
index fd0dadd..6d2e24e 100644 (file)
@@ -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 {