From 7187407ec1f1e2e6e1cda667450c01f1053dfd0e Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Fri, 24 Apr 2015 08:18:25 -0400 Subject: [PATCH] Remove spaces that cause offset issues on Chrome. --- xonstat/templates/game_finder.mako | 2 +- xonstat/templates/player_game_index.mako | 2 +- xonstat/templates/player_info.mako | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xonstat/templates/game_finder.mako b/xonstat/templates/game_finder.mako index 9050af6..8695c27 100644 --- a/xonstat/templates/game_finder.mako +++ b/xonstat/templates/game_finder.mako @@ -22,7 +22,7 @@ Game Index " > -
+
${gt}
diff --git a/xonstat/templates/player_game_index.mako b/xonstat/templates/player_game_index.mako index 9e88b54..d2b138a 100644 --- a/xonstat/templates/player_game_index.mako +++ b/xonstat/templates/player_game_index.mako @@ -52,7 +52,7 @@ % else: % endif -
+
${game.game_type_cd}
diff --git a/xonstat/templates/player_info.mako b/xonstat/templates/player_info.mako index 744ceea..e09f76d 100644 --- a/xonstat/templates/player_info.mako +++ b/xonstat/templates/player_info.mako @@ -77,7 +77,7 @@ % endif "> -
+
${g.game_type_cd}
(${g.games})
-- 2.39.2