Add bonus points calculation to table total.

This commit is contained in:
2018-02-21 23:19:03 +01:00
parent 3b47093a3a
commit 4b627586f8
6 changed files with 37 additions and 10 deletions

View File

@@ -195,6 +195,7 @@ table.football td.td_pts_total { text-align: right; padding: 4px 4px 0 2px; }
table.football td.td_rank { text-align: right; }
table.football td.td_group { text-align: center; }
table.football td.td_hits { text-align: center; }
table.football td.td_bonus { text-align: center; }
table.football td.td_wins { text-align: right; padding: 0 2px 0 4px; }
table.football td.td_match_no { text-align: right; }
table.football td.td_logo { text-align: center; }