diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/Vector.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/skins/Vector.php b/skins/Vector.php index 7c07e88..0a7c74a 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -448,6 +448,18 @@ class VectorTemplate extends QuickTemplate { // Output HTML Page $this->html( 'headelement' ); ?> + <style> + #mga-body { + position: absolute; + top: 128px; + left: 0; + width: 100%; + } + </style> + <header id="mgnavt"> + <h1><a href="/en/">Wiki</a> » <?php $this->text('title')?></h1> + </header> + <div id="mga-body"> <div id="mw-page-base" class="noprint"></div> <div id="mw-head-base" class="noprint"></div> <!-- content --> @@ -557,6 +569,7 @@ class VectorTemplate extends QuickTemplate { <?php if ( $this->data['debug'] ): ?> <!-- Debug output: <?php $this->text( 'debug' ); ?> --> <?php endif; ?> + </div> <script src="//nav.mageia.org/js/"></script> </body> </html> |