Widen scoreboard page (untested)

This commit is contained in:
Neale Pickett 2010-09-08 21:55:28 -06:00
parent 03c6d4e17b
commit b85d328a62
1 changed files with 2 additions and 1 deletions

View File

@ -157,8 +157,9 @@ BEGIN {
print "window.onload = draw;"
print " </script>"
# Set up team colors
# Set up team colors and a few page-specific styles
print " <style type=\"text/css\">"
print " body { width: 100%; }"
print " .score { overflow: hidden; color: black; }"
for (team in teams) {
printf(" .b%s { background-color: #%s; }\n",