mise en page
This commit is contained in:
parent
a11dad9c1a
commit
812d270e0d
|
@ -107,8 +107,6 @@ if($currentArena == ""){
|
|||
include ("../src/home.php");
|
||||
break;
|
||||
default:
|
||||
include ("../src/arenas/".$currentArena."/public.php");
|
||||
|
||||
//battle history for this arena
|
||||
$hist=get_battles_history($currentArena);
|
||||
echo '<aside id="history"><h2>Scores</h2>';
|
||||
|
@ -121,6 +119,7 @@ if($currentArena == ""){
|
|||
</ul>';
|
||||
}
|
||||
echo '</aside>';
|
||||
include ("../src/arenas/".$currentArena."/public.php");
|
||||
break;
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -55,11 +55,11 @@ section{
|
|||
width: 90%;
|
||||
}
|
||||
article{
|
||||
float: left;
|
||||
float: right;
|
||||
width:70%;
|
||||
}
|
||||
aside{
|
||||
float:right;
|
||||
float:left;
|
||||
width: 28%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user