css
This commit is contained in:
parent
f5d90f02a6
commit
4d476409ae
|
@ -72,9 +72,9 @@ if(isset($_GET['arena'])){
|
|||
|
||||
}
|
||||
|
||||
$asideSectionContent.='<li>'.$img.'<a href="/p/aboutBot/'.$sc['id'].'">'.htmlentities($sc['name']).'</a> ELO Rank: '.$sc['ELO'].'</li>';
|
||||
$asideSectionContent.='<li>'.$img.'<a href="/p/aboutBot/'.$sc['id'].'">'.htmlentities($sc['name']).'</a> ELO rank: '.$sc['ELO'].'</li>';
|
||||
}
|
||||
$asideSectionContent.='</ul>';
|
||||
$asideSectionContent.='</ul><h2>détail des matchs</h2>';
|
||||
|
||||
foreach($hist as $sc){
|
||||
$asideSectionContent.='<h3><a href="/p/aboutBot/'.htmlentities($sc['bot1']).'">'.$sc['bot1'].'</a> VS <a href="/p/aboutBot/'.htmlentities($sc['bot2']).'">'.$sc['bot2'].'</a></h3>
|
||||
|
|
|
@ -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;}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user