]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/game_index.mako
Clean up main page, remove centering and generally remove style where appropriate.
[xonotic/xonstat.git] / xonstat / templates / game_index.mako
index 1dcfd029da765a2a977fee642f0814ddce973d22..9c04c9c3f1b65e3a36ba6810eb0b95210140a1fb 100755 (executable)
@@ -23,10 +23,8 @@ $(document).ready(function() { $('.scoreboard').dataTable(); } );
 <p>\r
    <a href="${request.route_url("map_info", id=map.map_id)}" name="Map info page for ${map.name}">${map.name}</a> on <a href="${request.route_url("server_info", id=server.server_id)}" name="Server info page for ${server.name}">${server.name}</a> (<a href="${request.route_url('game_info', id=game.game_id)}" name="Permalink for game #${game.game_id}">permalink</a> for this game)\r
 \r
-<div align="center">\r
 ## show scoreboard using a def from another file\r
 ${scoreboard(game.game_type_cd, pgstats[game.game_id])}\r
-</div>\r
 \r
 % endfor\r
 % endif\r