From 4d476409aec020dbe073535efca7be6786fde7d5 Mon Sep 17 00:00:00 2001 From: gnieark Date: Fri, 10 Jun 2016 00:28:30 +0200 Subject: [PATCH] css --- html/index.php | 4 ++-- html/style.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index 9ace24d..3519857 100644 --- a/html/index.php +++ b/html/index.php @@ -72,9 +72,9 @@ if(isset($_GET['arena'])){ } - $asideSectionContent.='
  • '.$img.''.htmlentities($sc['name']).' ELO Rank: '.$sc['ELO'].'
  • '; + $asideSectionContent.='
  • '.$img.''.htmlentities($sc['name']).' ELO rank: '.$sc['ELO'].'
  • '; } - $asideSectionContent.=''; + $asideSectionContent.='

    détail des matchs

    '; foreach($hist as $sc){ $asideSectionContent.='

    '.$sc['bot1'].' VS '.$sc['bot2'].'

    diff --git a/html/style.css b/html/style.css index b6c1228..3bffe8a 100644 --- a/html/style.css +++ b/html/style.css @@ -104,6 +104,7 @@ pre{ border-left: 4px solid #CCC; padding-left: 8px; } +.podium li img {height: 50px;} @media screen and (max-width: 800px){ aside, article{display: block; width: 100%; border-right:none;}