]> git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/scoreboard.mako
Update table style.
[xonotic/xonstat.git] / xonstat / templates / scoreboard.mako
index 87605c9afa2d7d1e38097bc5b66960104455609f..18ad4cb137ebde7b6669d501417b75d1c793d70b 100755 (executable)
@@ -3,7 +3,7 @@
 
 ##### CTF #####
 % if game_type_cd == 'ctf':
-    <tr class="scoreboard-header" style="color:${pgstats[0].team_html_color()}">
+    <tr class="table-header" style="color:${pgstats[0].team_html_color()}">
         <td>Nick</td>
         <td>Kills</td>
         <td>Captures</td>
@@ -46,7 +46,7 @@
 
 ##### DM #####
 % if game_type_cd == 'dm':
-    <tr class="scoreboard-header" style="color:black;}">
+    <tr class="table-header" style="color:black;}">
         <td>Nick</td>
         <td>Kills</td>
         <td>Deaths</td>