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:
binarycat 2024-11-11 13:29:53 -06:00
parent e29f371232
commit 53ed9ba60a

View file

@ -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 {