From: Ant Zucaro Date: Sun, 12 Apr 2015 01:36:38 +0000 (-0400) Subject: Style the game table for keyhunt. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2350bc2430c745ecbd08c9b28cc332c973a8871b;p=xonotic%2Fxonstat.git Style the game table for keyhunt. --- diff --git a/xonstat/templates/scoreboard.mako b/xonstat/templates/scoreboard.mako index 3f66d5a..88849c6 100644 --- a/xonstat/templates/scoreboard.mako +++ b/xonstat/templates/scoreboard.mako @@ -193,18 +193,18 @@ % if show_latency: - Ping + Ping % endif - Nick - Kills - Deaths - Pickups - Captures - Losses - KC Kills - Score + Nick + Kills + Deaths + Pickups + Caps + Losses + KC Kills + Score % if show_elo: - Elo Change + Elo Change % endif @@ -311,11 +311,11 @@ % endif % if game_type_cd == 'kh': - ${pgstat.kills} - ${pgstat.deaths} - ${pgstat.pickups} - ${pgstat.captures} - ${pgstat.drops} + ${pgstat.kills} + ${pgstat.deaths} + ${pgstat.pickups} + ${pgstat.captures} + ${pgstat.drops} ${pgstat.carrier_frags} % endif