From 7a7f02cadc18b77f8cf8a2ef3c550fb317831355 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sun, 1 Nov 2015 22:30:49 +0300 Subject: [PATCH] Use monospace font for numbers --- dashboard/css/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dashboard/css/app.css b/dashboard/css/app.css index 18dc559..7eb2bd6 100644 --- a/dashboard/css/app.css +++ b/dashboard/css/app.css @@ -23,15 +23,18 @@ body { width: 120px; line-height: 40px; text-align: right; + font-family: monospace; } .table-cell.col-name { width: 200px; text-align: left; font-weight: 600; + font-family: inherit; } .table-header .table-cell { font-weight: 600; border-bottom: #666 1px solid; + font-family: inherit; }