fix hteumeuleu

This commit is contained in:
Gnieark 2015-11-28 11:35:36 +01:00
parent c82d235ded
commit f8e8da5ac8
2 changed files with 4 additions and 2 deletions

View File

@ -93,8 +93,7 @@ if($currentArena == ""){
} }
echo '<a href="'.$arena['url'].'" class="'.$class.'">'.$arena['title'].'</a>'; echo '<a href="'.$arena['url'].'" class="'.$class.'">'.$arena['title'].'</a>';
} }
?> ?></nav>
</header> </header>
<section> <section>
<?php <?php

View File

@ -28,3 +28,6 @@ header h1{
float: left; float: left;
} }
#menus{
width:100%;
}