display stat numbers as monospace
this allows you to reliably compare the magnitude of numbers just by looking at their width.
This commit is contained in:
parent
e29f371232
commit
53ed9ba60a
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ td + td {
|
|||
}
|
||||
td.num {
|
||||
text-align: right;
|
||||
font-family: Hack,consolas,Menlo-Regular,Menlo,Monaco,'ubuntu mono',monospace,monospace;
|
||||
}
|
||||
table.classy.export a { text-transform: inherit; }
|
||||
td.none {
|
||||
|
|
Loading…
Add table
Reference in a new issue