a followup, better fix for what r59224 aimed to do: Fixing a spacing issue with RTL...
authorAdam Miller <adam@users.mediawiki.org>
Thu, 19 Nov 2009 17:16:30 +0000 (17:16 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Thu, 19 Nov 2009 17:16:30 +0000 (17:16 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index a44e9b7..d8d9af3 100644 (file)
@@ -213,11 +213,14 @@ body {
        #head div.vectorMenu h5 {
                float: left;
                background-image: url(images/tab-break.png);
-               background-position: bottom left;
                background-repeat: no-repeat;
-               margin-left: -1px;
+       }
+       /* IGNORED BY IE6 */
+       #head div.vectorMenu > h5 {
+               background-image: none;
        }
        #head div.vectorMenu h5 {
+               background-position: bottom left;
                margin-left: -1px;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
@@ -228,9 +231,11 @@ body {
                height: 2.5em;
                text-decoration: none;
                background-image: url(images/tab-break.png);
-               background-position: bottom right;
                background-repeat: no-repeat;
        }
+       div.vectorMenu h5 a{
+               background-position: bottom right;
+       }
        /* IGNORED BY IE6 */
        div.vectorMenu h5 > a {
                display: block;
index ac1907c..bb8878e 100644 (file)
@@ -213,11 +213,14 @@ body {
        #head div.vectorMenu h5 {
                float: left;
                background-image: url(images/tab-break.png);
-               background-position: bottom left;
                background-repeat: no-repeat;
-               margin-left: -1px;
+       }
+       /* IGNORED BY IE6 */
+       #head div.vectorMenu > h5 {
+               background-image: none;
        }
        #head div.vectorMenu h5 {
+               background-position: bottom right;
                margin-right: -1px;
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
@@ -228,9 +231,11 @@ body {
                height: 2.5em;
                text-decoration: none;
                background-image: url(images/tab-break.png);
-               background-position: bottom right;
                background-repeat: no-repeat;
        }
+       div.vectorMenu h5 a{
+               background-position: bottom left;
+       }
        /* IGNORED BY IE6 */
        div.vectorMenu h5 > a {
                display: block;