]> git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/accuracy.mako
Apply ping adjustments to scorefactor_elo instead.
[xonotic/xonstat.git] / xonstat / templates / accuracy.mako
index 3eea2cdd30b2c8e19c894582985db7d50f691f23..3c1e007c33dbf41f0301ca9b62f7d26ef92d651f 100644 (file)
@@ -14,7 +14,7 @@
 
 <table class="table-hover table-condensed">
   <thead>
-    <th></th>
+    <th class="small-2 medium-1"></th>
     <th class="show-for-medium-up">Weapon</th>
     <th class="show-for-medium-up">Frags</th>
     <th>Accuracy</th>
@@ -44,7 +44,7 @@
     <tr>
       ## Note: the name of the image must match up with the weapon_cd 
       ## entry of that weapon, else this won't work
-      <td><span class="sprite sprite-${weapon_stat[1]}"></span></td>
+      <td class="small-2 medium-1 text-center"><span class="sprite sprite-${weapon_stat[1]}"></span></td>
       <td class="show-for-medium-up">${weapon_stat[0]}</td>
       <td class="show-for-medium-up">${weapon_stat[6]}</td>
       <td>${weapon_stat[4]}/${weapon_stat[5]} (${hit_pct}%)</td>