diff --git a/html/index.php b/html/index.php
index 718733c..8b7b23a 100644
--- a/html/index.php
+++ b/html/index.php
@@ -74,11 +74,11 @@ if(isset($_GET['arena'])){
$asideSectionContent.='
'.$img.' '.htmlentities($sc['name']).' ELO rank: '.$sc['ELO'].'';
}
- $asideSectionContent.='Détail des matchs
';
+ $asideSectionContent.='';
foreach($hist as $sc){
$asideSectionContent.='
-
+
- '.$sc['bot1']." ".$lang['VICTORIES'].":".$sc['player1Wins'].'
- '.$sc['bot2']." ".$lang['VICTORIES'].":".$sc['player2Wins'].'
- '.$lang['DRAW'].":".$sc['draws'].'
diff --git a/html/style.css b/html/style.css
index 73703e7..96ed45c 100644
--- a/html/style.css
+++ b/html/style.css
@@ -107,6 +107,7 @@ pre{
.podium{list-style-type:none;padding: 5px 20px 5px 0;}
.podium li{padding: 5px 20px 5px 0;}
.podium li img {height: 50px; vertical-align:middle;}
+.hide{display:none;}
@media screen and (max-width: 800px){
aside, article{display: block; width: 100%; border-right:none;}