]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/app.css
Merge branch 'master' into zykure/approved
[xonotic/xonstat.git] / xonstat / static / css / app.css
index 30797d0c0ea45a3d62e7486be759f7cf128c925a..6a273b50968116c01bb735629a4c94e0003b4c74 100644 (file)
@@ -150,7 +150,6 @@ table td {
 /* Game scoreboard */
 .game {
   float: left;
-  margin-bottom: 30px;
   min-width: 700px;
   padding: 10px 7px;
 }
@@ -318,6 +317,10 @@ table td {
   white-space: nowrap;
 }
 
+.player-nick {
+    width: 25%;
+}
+
 /* elo colors */
 .eloup { color: green; }
 .elodown { color: rgb(190,0,0); }