From abd8480bc1258237aaeeae64f2c9bd0b1eedd0db Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 31 Mar 2010 21:08:15 +0000 Subject: [PATCH] Fixes bug where personal tools display behind the logo - now they wrap properly into the white space beneeth them. --- skins/vector/main-ltr.css | 1 + skins/vector/main-rtl.css | 1 + 2 files changed, 2 insertions(+) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 2caadb283d..0b01f95d34 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -70,6 +70,7 @@ body { #p-personal { position: absolute; top: 0; + margin-left: 10em; right: 0.75em; } #p-personal h5 { diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index e886af7270..15134f8dfa 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -70,6 +70,7 @@ body { #p-personal { position: absolute; top: 0; + margin-right: 10em; left: 0.75em; } #p-personal h5 { -- 2.20.1