Fixed bug with namespace tabs in IE not floating properly, however, there may be...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 5 Jun 2009 22:28:28 +0000 (22:28 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 5 Jun 2009 22:28:28 +0000 (22:28 +0000)
skins/vector/main.css

index 7e1002b..2db4c0f 100644 (file)
@@ -196,6 +196,7 @@ body.rtl div#head {
                float: left;
        }
        div#head > div.buffer > div.bottom {
+               margin-top: -3em; /* HALF HEAD HEIGHT */
                height: 3em; /* HALF HEAD HEIGHT */
                float: right;
        }
@@ -204,8 +205,8 @@ body.rtl div#head {
        }
        div#head > div.buffer > div.middle {
                height: 3em; /* HALF HEAD HEIGHT */
+               width: 100%;
                clear: both;
-               float: left;
        }
        body.rtl div#head > div.buffer > div.middle {
                float: right;