added number of sessions played on the bottom.

This commit is contained in:
2018-12-20 23:27:58 -05:00
parent 6098bb9acc
commit d83df037c6
2 changed files with 5 additions and 0 deletions

View File

@@ -189,6 +189,10 @@ a {
background:#95b8d7;
}
.cell {
display: table-cell;
}
.FontSmaller {
font-size: 14px;
}