]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Consistency fix fix-broken-scoreboard-tables-for-small-width 13/head
authornico <nico@lifeisabug.com>
Sat, 9 May 2020 14:29:53 +0000 (14:29 +0000)
committernico <nico@lifeisabug.com>
Sat, 9 May 2020 14:29:53 +0000 (14:29 +0000)
xonstat/templates/scoreboard.mako

index 7bdf54142a1335634608dfb3e6651653e8873b88..bd981b106ac82bcf5336af5db2501d7e3821b00e 100644 (file)
@@ -47,7 +47,7 @@
 <thead>
   <tr>
     % if show_latency:
-      <th class="show-for-medium-up small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-4">Nick</th>
     <th>Kills</th>
@@ -84,7 +84,7 @@
 <thead>
   <tr>
     % if show_latency:
-      <th class="show-for-medium-up small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Kills</th>
 <thead>
   <tr>
     % if show_latency:
-      <th class="show-for-medium-up small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Fastest Time</th>
 <thead class="dom ${pgstat.team_html_color()}">
   <tr>
     % if show_latency:
-      <th class="show-for-medium-up small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Kills</th>
 <thead class="freezetag ${pgstat.team_html_color()}">
   <tr>
     % if show_latency:
-      <th class="show-for-medium-up small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Kills</th>
 <thead>
   <tr>
     % if show_latency:
-      <th class="show-for-medium-up small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Kills</th>
 <thead class="nb ${pgstat.team_html_color()}">
   <tr>
     % if show_latency:
-      <th class="show-for-medium-up small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Goals</th>
 <thead>
   <tr>
     % if show_latency:
-      <th class="show-for-medium-up small-1">Ping</th>
+      <th class="show-for-medium-up medium-1">Ping</th>
     % endif
     <th class="small-2">Nick</th>
     <th>Laps</th>