Fix usertools vertical alignment
Remove the padding hacks and properly center the username vertically. Signed-off-by: Frieder Schrempf <dev@fris.de>
This commit is contained in:
parent
2fcd429b96
commit
ed2d0a6275
2 changed files with 12 additions and 34 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
<?php
|
||||
if (!empty($_SERVER['REMOTE_USER'])) {
|
||||
echo '<li class="user"><span class="sr-only">'.$lang['loggedinas'].' </span>'.userlink().'</li>';
|
||||
echo '<li class="user"><span><span class="sr-only">'.$lang['loggedinas'].' </span>'.userlink().'</span></li>';
|
||||
}?>
|
||||
|
||||
<?php /* dokuwiki user tools */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue