From 812d270e0d399374480ca1b3cdd2894aac86cbb2 Mon Sep 17 00:00:00 2001 From: gnieark Date: Sun, 29 Nov 2015 11:16:36 +0100 Subject: [PATCH] mise en page --- html/index.php | 3 +-- html/style.css | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/html/index.php b/html/index.php index 3ce4ee5..f0a1db2 100644 --- a/html/index.php +++ b/html/index.php @@ -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 ''; + include ("../src/arenas/".$currentArena."/public.php"); break; } ?> diff --git a/html/style.css b/html/style.css index a97a8b6..32a9b55 100644 --- a/html/style.css +++ b/html/style.css @@ -55,11 +55,11 @@ section{ width: 90%; } article{ - float: left; + float: right; width:70%; } aside{ - float:right; + float:left; width: 28%; }