summaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-06-20 14:31:00 +0200
committeremkael <emkael@tlen.pl>2017-06-20 14:31:00 +0200
commitf74ae48f71ec95638ed2ebc6212dd40d815c78ff (patch)
treea2b884089eb757f87da986ee68b0d893158e7d4e /http
parentd7056c28e49b73271e28400e1e88e707e54e6a89 (diff)
Filter field for players' names
Diffstat (limited to 'http')
-rw-r--r--http/res/ranking.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/http/res/ranking.css b/http/res/ranking.css
index b05db9c..76b67ae 100644
--- a/http/res/ranking.css
+++ b/http/res/ranking.css
@@ -1,3 +1,4 @@
+#filters div[role="group"] { margin: 10px; }
.table-hover > tbody > tr.gold > td { background-color: #FFEF96 }
.table-hover > tbody > tr.silver > td { background-color: #E5E5E5 }
.table-hover > tbody > tr.bronze > td { background-color: #E1CAB4 }