diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/Vector/VectorTemplate.php | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/skins/Vector/VectorTemplate.php b/skins/Vector/VectorTemplate.php index c81680e..36deb7b 100644 --- a/skins/Vector/VectorTemplate.php +++ b/skins/Vector/VectorTemplate.php @@ -104,20 +104,20 @@ class VectorTemplate extends BaseTemplate { text-decoration: none; } #mga-body { - position: absolute; - top: 128px; + position: relative; left: 0; width: 100%; } #mgnavt-search { position: absolute; - top: 80px; + top: 3.5em; right: 10px; } #content { margin-right: 1em; } - #right-navigation { margin-right: 100px; } + #right-navigation { margin-right: 2em; } + div#mw-panel { top: 5em;} </style> <header id="mgnavt"> <h1 id="firstHeading" class="firstHeading" lang="<?php $this->text( 'pageLanguage' ); ?>"><a href="/en/">Wiki</a> » <?php @@ -243,11 +243,6 @@ class VectorTemplate extends BaseTemplate { </div> </div> <div id="mw-panel"> - <div id="p-logo" role="banner"><a class="mw-wiki-logo" href="<?php - echo htmlspecialchars( $this->data['nav_urls']['mainpage']['href'] ) - ?>" <?php - echo Xml::expandAttributes( Linker::tooltipAndAccesskeyAttribs( 'p-logo' ) ) - ?>></a></div> <?php $this->renderPortals( $this->data['sidebar'] ); ?> </div> </div> |