]> git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/app.css
Merge zykure-approved, my fixes, and merge fixes :D
[xonotic/xonstat.git] / xonstat / static / css / app.css
index 48c91a388591b142ac54cf321e1820bd5d4bea41..7cabed5799af38c197ac9e08ac1e2a4a977056d8 100644 (file)
@@ -239,6 +239,12 @@ table td {
   float: left;
 }
 
+/* elo colors */
+.eloup { color: green; }
+.elodown { color: rgb(190,0,0); }
+.eloneutral { color: gray; }
+
+/* limit player nick lengths */
 .player-nick {
   overflow: hidden;
   text-overflow: ellipsis;