]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Use all columns for mobile game tables.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 12 Apr 2015 01:14:01 +0000 (21:14 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 12 Apr 2015 01:14:01 +0000 (21:14 -0400)
xonstat/templates/game_info.mako

index 7cda70ff4bb08acef43b4893ccea7dc90573e563..786e521d165c97d1876446fab4c4705c9e7cc5cc 100644 (file)
@@ -84,7 +84,7 @@
           </div>
         </div>
 
-        <div class="small-11 columns game">
+        <div class="small-12 medium-11 columns game">
           ${scoreboard(game.game_type_cd, stats_by_team[tgstat.team], show_elo, show_latency)}
         </div>
       </div>