]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add back the statline style.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 1 Mar 2015 23:20:09 +0000 (18:20 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 1 Mar 2015 23:20:09 +0000 (18:20 -0500)
xonstat/static/css/app.css

index 0920677cde6ad6e4e5f0d6050776c0b60d814069..69a2af4aac8baf51f770b5c4d45beccf6d042702 100644 (file)
@@ -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;
+}