summaryrefslogtreecommitdiff
path: root/lib/tpl/dokuwiki/tpl_header.php
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2015-02-09 17:03:34 +0100
committerAndreas Gohr <gohr@cosmocode.de>2015-02-09 17:03:34 +0100
commiteba389bb2fd1174360c5d255bbf53e1d40ab8712 (patch)
tree04544949c103bcfcf76a1bec6938bf0e587d74ee /lib/tpl/dokuwiki/tpl_header.php
parentbf00b3965f373b9497752ef97b25d9f29be35ca0 (diff)
downloadrpg-eba389bb2fd1174360c5d255bbf53e1d40ab8712.tar.gz
rpg-eba389bb2fd1174360c5d255bbf53e1d40ab8712.tar.bz2
avoid messages pushing down page tools. fixes #1011
This moves the message area into content div. The pageid is now aligned by floating instead of absolute positioning.
Diffstat (limited to 'lib/tpl/dokuwiki/tpl_header.php')
-rw-r--r--lib/tpl/dokuwiki/tpl_header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/tpl_header.php b/lib/tpl/dokuwiki/tpl_header.php
index 7d9c88347..ee51cbd01 100644
--- a/lib/tpl/dokuwiki/tpl_header.php
+++ b/lib/tpl/dokuwiki/tpl_header.php
@@ -85,7 +85,7 @@ if (!defined('DOKU_INC')) die();
</div>
<?php endif ?>
- <?php html_msgarea() ?>
+
<hr class="a11y" />
</div></div><!-- /header -->