]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Oops, I clobbered a player-nick class.
authorAnt Zucaro <azucaro@gmail.com>
Fri, 19 Apr 2013 01:06:23 +0000 (21:06 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Fri, 19 Apr 2013 01:06:23 +0000 (21:06 -0400)
xonstat/templates/main_index.mako

index 4e84cbb06719ab3f02613a424974906fbda1af7a..b27efe412bdd94e285cc204ba1aee154b1762566 100644 (file)
@@ -56,7 +56,7 @@ Leaderboard
         % for r in rs:
         <tr>
           <td>${i}</td>
-          <td><a href="${request.route_url('player_info', id=r.player_id)}" title="Go to the player info page for this player">${r.nick_html_colors()|n}</a></td>
+          <td class="player-nick" style="max-width: 16em;"><a href="${request.route_url('player_info', id=r.player_id)}" title="Go to the player info page for this player">${r.nick_html_colors()|n}</a></td>
           <td>${int(round(r.elo))}</td>
         </tr>
         <% i = i+1 %>