From e296ebcb0f85030a21f173b208e99ec94c9290d5 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 1 Mar 2015 18:20:09 -0500 Subject: [PATCH] Add back the statline style. --- xonstat/static/css/app.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xonstat/static/css/app.css b/xonstat/static/css/app.css index 0920677..69a2af4 100644 --- a/xonstat/static/css/app.css +++ b/xonstat/static/css/app.css @@ -116,3 +116,11 @@ ul, ol, dl { list-style: none; margin-left: 0; } + +/* One-off elements */ +#statline { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 0.9rem; + position: relative; + top: -25px; +} -- 2.39.2