Use digit grouping and small decimals for most numeric values

-Numeric values with fixed decimals now truncates trailing zeros to a minimum of 2
This commit is contained in:
joeuhren
2020-12-25 19:07:03 -07:00
parent 1755ea02f1
commit 79a8e967ab
14 changed files with 210 additions and 109 deletions
+1 -1
View File
@@ -595,7 +595,7 @@ tr {
margin-left: 10px;
}
.header-panel span {
.header-panel span:not(.decimal) {
margin: 0 5px 0 5px;
top: 0;
}