From: Ant Zucaro Date: Sun, 1 Mar 2015 23:20:09 +0000 (-0500) Subject: Add back the statline style. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e296ebcb0f85030a21f173b208e99ec94c9290d5;p=xonotic%2Fxonstat.git Add back the statline style. --- 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; +}