]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/app.css
Add back the statline style.
[xonotic/xonstat.git] / 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;
+}