From 947bcbda4e4e8fb457d5d365bd0faa3691630250 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Mon, 4 Feb 2013 19:36:08 -0500 Subject: [PATCH] Center view button and game type icons --- xonstat/templates/game_finder.mako | 4 ++-- xonstat/templates/main_index.mako | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xonstat/templates/game_finder.mako b/xonstat/templates/game_finder.mako index bca5e20..71cc560 100644 --- a/xonstat/templates/game_finder.mako +++ b/xonstat/templates/game_finder.mako @@ -24,8 +24,8 @@ % for rg in recent_games.items: - view - + view + ${rg.server_name} ${rg.map_name} ${rg.fuzzy_date} diff --git a/xonstat/templates/main_index.mako b/xonstat/templates/main_index.mako index f1dd2b1..91640ec 100644 --- a/xonstat/templates/main_index.mako +++ b/xonstat/templates/main_index.mako @@ -174,9 +174,9 @@ Leaderboard % for rg in recent_games: - view + view - + ${rg.server_name} ${rg.map_name} ${rg.fuzzy_date} -- 2.39.2