Right-align stat values

This commit is contained in:
Thomas Piccirello
2017-12-26 18:55:13 -05:00
parent be5600dae2
commit 49d3b7bf30
3 changed files with 42 additions and 25 deletions

View File

@@ -479,3 +479,8 @@ td.statusBarSeparator {
background-position: center 1px;
background-size: 2px 18px;
}
/* Statistics */
.statisticsValue {
text-align: right;
}