From: Ant Zucaro Date: Wed, 25 May 2011 20:27:06 +0000 (-0400) Subject: Stylistic updates. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d9d40f8883c6ddc5e9f0a5d682659827a8026c99;p=xonotic%2Fxonstat.git Stylistic updates. --- diff --git a/xonstat/static/css/style.css b/xonstat/static/css/style.css index 5226d5b..a61922e 100755 --- a/xonstat/static/css/style.css +++ b/xonstat/static/css/style.css @@ -9,6 +9,16 @@ font-style: normal; } +body { + font-family: 'Xolonium', 'Arial', 'Helvetica'; + font-size: 12px; +} + +.scoreboard-header{ + font-size: 14px; + font-weight: bold; +} + .nick { font-family: 'Xolonium', 'Arial', 'Helvetica'; font-size: 14px; diff --git a/xonstat/templates/scoreboard.mako b/xonstat/templates/scoreboard.mako index effa26e..6c4cc98 100755 --- a/xonstat/templates/scoreboard.mako +++ b/xonstat/templates/scoreboard.mako @@ -3,7 +3,7 @@ ##### CTF ##### % if game_type_cd == 'ctf': - + Nick Team Kills @@ -33,7 +33,7 @@ ${pgstat.pickups} ${pgstat.carrier_frags} ${pgstat.returns} - ${pgstat.score} + ${pgstat.score} % if pgstat.player_id > 1: + Nick Kills Deaths @@ -72,7 +72,7 @@ ${pgstat.kills} ${pgstat.deaths} ${pgstat.suicides} - ${pgstat.score} + ${pgstat.score} % if pgstat.player_id > 1: