display stat numbers as monospace

this allows you to reliably compare the magnitude of numbers
just by looking at their width.
pull/1142/head
binarycat 1 week ago
parent e29f371232
commit 53ed9ba60a
  1. 1
      templates/user/stats.tmpl

@ -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…
Cancel
Save