[dw-free] Tropo: CSS-style support/highscores.bml
[commit: http://hg.dwscoalition.org/dw-free/rev/ae1539071c7f]
http://bugs.dwscoalition.org/show_bug.cgi?id=606
Add id to the highscores table, for the next commit which styles it.
Patch by
snakeling.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=606
Add id to the highscores table, for the next commit which styles it.
Patch by
Files modified:
- htdocs/support/highscores.bml
--------------------------------------------------------------------------------
diff -r aa9fef675f21 -r ae1539071c7f htdocs/support/highscores.bml
--- a/htdocs/support/highscores.bml Mon May 18 00:31:50 2009 +0000
+++ b/htdocs/support/highscores.bml Mon May 18 00:35:43 2009 +0000
@@ -64,7 +64,7 @@ body<=
my $ret;
$ret .= $navbar;
- $ret .= "<table>";
+ $ret .= "<table id='support-highscores'>";
my $count = 0;
foreach (@rows)
{
--------------------------------------------------------------------------------
