Used more @noflip rules to make some of the margins a bit less confusing.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 7 Dec 2009 23:03:24 +0000 (23:03 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 7 Dec 2009 23:03:24 +0000 (23:03 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 05001b3..5ebd505 100644 (file)
@@ -205,6 +205,7 @@ body {
                background-position: center center;
                background-repeat: no-repeat;
        }
+       /* @noflip */
        body.rtl div.vectorMenu {
                direction: rtl;
        }
@@ -247,17 +248,20 @@ body {
                text-align: left;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
+       /* @noflip */
        body.rtl div.vectorMenu div.menu {
-               margin-right: 24px;
+               margin-left: 24px;
        }
        /* IGNORED BY IE6 */
+       /* @noflip */
        body.rtl div.vectorMenu > div.menu {
-               margin-right: auto;
+               margin-left: auto;
        }
        /* Fixes old versions of FireFox */
+       /* @noflip */
        body.rtl div.vectorMenu > div.menu,
        x:-moz-any-link {
-               margin-right: 23px;
+               margin-left: 23px;
        }
        div.vectorMenu:hover div.menu {
                display: block;
index 0386906..a30d06c 100644 (file)
@@ -205,6 +205,7 @@ body {
                background-position: center center;
                background-repeat: no-repeat;
        }
+       /* @noflip */
        body.rtl div.vectorMenu {
                direction: rtl;
        }
@@ -247,14 +248,17 @@ body {
                text-align: right;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
+       /* @noflip */
        body.rtl div.vectorMenu div.menu {
                margin-left: 24px;
        }
        /* IGNORED BY IE6 */
+       /* @noflip */
        body.rtl div.vectorMenu > div.menu {
                margin-left: auto;
        }
        /* Fixes old versions of FireFox */
+       /* @noflip */
        body.rtl div.vectorMenu > div.menu,
        x:-moz-any-link {
                margin-left: 23px;