]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Style the game table for ca, dm, duel, rune, and tdm.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 12 Apr 2015 01:26:08 +0000 (21:26 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 12 Apr 2015 01:26:08 +0000 (21:26 -0400)
xonstat/templates/scoreboard.mako

index 6a6751c04b04ae368c083025a97584c59fbaccbd..3f66d5aa8af011186b302bc7bb5664c1037e2499 100644 (file)
 <thead>
   <tr>
     % if show_latency:
-      <th class="show-for-medium-up">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-5 medium-3">Nick</th>
     <th>Kills</th>
     <th class="show-for-medium-up">Deaths</th>
     <th class="show-for-medium-up">Suicides</th>
-    <th class="small-3">Score</th>
+    <th class="small-3 medium-1">Score</th>
     % if show_elo:
       <th class="show-for-medium-up">Elo Change</th>
     % endif