]> git.rm.cloudns.org Git - xonotic/xonstat.git/commitdiff
Fix incorrect color on blue team scoreboard.
authorAnt Zucaro <azucaro@gmail.com>
Fri, 7 Oct 2011 17:12:05 +0000 (13:12 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Fri, 7 Oct 2011 17:12:05 +0000 (13:12 -0400)
xonstat/static/css/style.css

index 27640efd340b8336cd3e0ba6b569c9271d0a0959..e0f1a5dde6ae6180899ce9aa9a0ceaa9b0f82b55 100755 (executable)
@@ -394,7 +394,7 @@ tr.odd.blue {
        background-color:#000F4C;
 }
 tr.even.blue {
-       background-color:#571612;
+       background-color:#000F4C;
 }
 
 /* Containers */