Deafulted to a 0 minimum width on modern FF browsers.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 14 Jul 2009 17:44:06 +0000 (17:44 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 14 Jul 2009 17:44:06 +0000 (17:44 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 29add94..3c2e37c 100644 (file)
@@ -255,6 +255,12 @@ div#head h5 {
        x:-moz-any-link {
                min-width: 6em;
        }
+       /* Returns things back to normal in modern versions of FireFox */
+       div.vectorMenu ul,
+       x:-moz-any-link,
+       x:default {
+               min-width: 0;
+       }
        div.vectorMenu li {
                padding: 0;
                margin: 0;
index 16dd225..504a264 100644 (file)
@@ -255,6 +255,12 @@ div#head h5 {
        x:-moz-any-link {
                min-width: 6em;
        }
+       /* Returns things back to normal in modern versions of FireFox */
+       div.vectorMenu ul,
+       x:-moz-any-link,
+       x:default {
+               min-width: 0;
+       }
        div.vectorMenu li {
                padding: 0;
                margin: 0;