Fixes issue that was caused by tweaks in r59224 and r59254 which made the actions...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 3 Dec 2009 22:51:42 +0000 (22:51 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 3 Dec 2009 22:51:42 +0000 (22:51 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index d8d9af3..05001b3 100644 (file)
@@ -257,7 +257,7 @@ body {
        /* Fixes old versions of FireFox */
        body.rtl div.vectorMenu > div.menu,
        x:-moz-any-link {
-               margin-right: 24px;
+               margin-right: 23px;
        }
        div.vectorMenu:hover div.menu {
                display: block;
index bb8878e..0386906 100644 (file)
@@ -257,7 +257,7 @@ body {
        /* Fixes old versions of FireFox */
        body.rtl div.vectorMenu > div.menu,
        x:-moz-any-link {
-               margin-left: 24px;
+               margin-left: 23px;
        }
        div.vectorMenu:hover div.menu {
                display: block;