diff options
Diffstat (limited to 'skins/vector/main-ltr.css')
-rw-r--r-- | skins/vector/main-ltr.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 78dd1e2..03426fe 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -95,11 +95,11 @@ body { #left-navigation { position: absolute; left: 10em; - top: 2.5em; + top: 2em; } #right-navigation { float: right; - margin-top: 2.5em; + margin-top: 2em; } /* Navigation Labels */ div.vectorTabs h5, @@ -387,7 +387,7 @@ body { /* Panel */ #mw-panel { position: absolute; - top: 160px; + top: 2.3em; padding-top: 1em; width: 10em; left: 0; |