Fixes bug where personal tools display behind the logo - now they wrap properly into...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 31 Mar 2010 21:08:15 +0000 (21:08 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 31 Mar 2010 21:08:15 +0000 (21:08 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 2caadb2..0b01f95 100644 (file)
@@ -70,6 +70,7 @@ body {
        #p-personal {
                position: absolute;
                top: 0;
+               margin-left: 10em;
                right: 0.75em;
        }
        #p-personal h5 {
index e886af7..15134f8 100644 (file)
@@ -70,6 +70,7 @@ body {
        #p-personal {
                position: absolute;
                top: 0;
+               margin-right: 10em;
                left: 0.75em;
        }
        #p-personal h5 {