projects
/
xonotic
/
xonstat.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into zykure/approved
[xonotic/xonstat.git]
/
xonstat
/
static
/
css
/
app.css
diff --git
a/xonstat/static/css/app.css
b/xonstat/static/css/app.css
index 30797d0c0ea45a3d62e7486be759f7cf128c925a..6a273b50968116c01bb735629a4c94e0003b4c74 100644
(file)
--- a/
xonstat/static/css/app.css
+++ b/
xonstat/static/css/app.css
@@
-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); }