]> git.xonotic.org Git - xonotic/xonstat.git/commit - xonstat/templates/game_info.mako
Separate scoreboards by team.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 15 Jun 2013 13:44:47 +0000 (09:44 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 15 Jun 2013 13:44:47 +0000 (09:44 -0400)
commit990f7f2514e87b0cdb10255bae48ee7f87d1bdef
tree3845c72bf15e2571acfdfa9a80eddfd8042a4636
parent121e93999be9aa246dc4c63631c5414546b7163e
Separate scoreboards by team.

This is in preparation for the display of team scores. The team
score will be shown to the left of the scoreboard. The tricky
thing with this implementation is keeping the columns aligned
properly. For this I've added a player-nick class (again) as a
percentage to make the two (or more) tables line up.
xonstat/static/css/app.css
xonstat/static/css/app.min.css
xonstat/templates/game_info.mako
xonstat/views/game.py