add Total ratio per map and Total total ratio

This commit is contained in:
BackIsBachus
2018-08-31 23:15:30 +02:00
parent a1d5ba9eb8
commit e728f0d195
5 changed files with 85 additions and 6 deletions

View File

@@ -37,3 +37,12 @@ th {
thead {
border: thick solid;
}
.totalRatio {
font-weight: bold;
font-size: 120%;
}
.total-red {color:#bf5f5f;}
.total-blue {color:#5f5fbf;}
.total-green {color:#5fbf5f;}