diff options
author | emkael <emkael@tlen.pl> | 2017-06-20 14:31:00 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-06-20 14:31:00 +0200 |
commit | f74ae48f71ec95638ed2ebc6212dd40d815c78ff (patch) | |
tree | a2b884089eb757f87da986ee68b0d893158e7d4e /http/res | |
parent | d7056c28e49b73271e28400e1e88e707e54e6a89 (diff) |
Filter field for players' names
Diffstat (limited to 'http/res')
-rw-r--r-- | http/res/ranking.css | 1 |
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 } |