Right align stat values

This commit is contained in:
Thomas Piccirello 2018-02-23 14:54:31 -05:00
parent 5c74f374af
commit 4110bb874f

View file

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