summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/stats.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/css/stats.css b/css/stats.css
index a0830da..ab7ec77 100644
--- a/css/stats.css
+++ b/css/stats.css
@@ -34,25 +34,26 @@
background-color:#57a;
}
.mapNavCon {
- height:200px;
+ height:150px;
width:900px;
}
.mapNavLeft {
float:left;
width:40px;
- height:200px;
+ height:150px;
background-color:#358;
+ border-radius:5px;
}
.mapNavRight {
float:right;
width:40px;
- height:200px;
+ height:150px;
background-color:#358;
+ border-radius:5px;
}
.mapNavCenter {
float:left;
- height:200px;
- height:200px;
+ height:150px;
width:820px;
background-color:#888;
}
@@ -60,7 +61,7 @@
padding:15px;
background-color:#888;
border-radius:10px;
- height:170px;
+ height:120px;
width:790px;
text-align:left;
white-space: nowrap;