diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/maps.css | 4 | ||||
-rw-r--r-- | css/stats.css | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/css/maps.css b/css/maps.css index cbc0a3b..13fcacb 100644 --- a/css/maps.css +++ b/css/maps.css @@ -159,6 +159,10 @@ background: url(../images/OverlayStart50b.png);
background-color: #fbfefb;
}
+.grid_td_startB {
+ background: url(../images/OverlayStartB.png);
+ background-color: #fbfefb;
+}
.grid_td_finish {
background: url(../images/OverlayFinish50c.png);
background-color: #666666;
diff --git a/css/stats.css b/css/stats.css index 8211711..8d3b361 100644 --- a/css/stats.css +++ b/css/stats.css @@ -81,7 +81,7 @@ td, th { background-color: #222223; } .scoreContainer2 { - width:390px; + width:410px; height:500px; margin-left:auto; margin-right:auto; |