summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-02-14 00:46:29 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-02-14 00:46:29 -0800
commitc7c8e39f9fd438a8b6279cc7410a9ce1289a6418 (patch)
tree8d33664863b2aa6afdd467bc872de2f13fafe04c /css
parentc242fdc1ea6e620f84f37e96623d75c99458e99d (diff)
downloadpathery-c7c8e39f9fd438a8b6279cc7410a9ce1289a6418.tar.xz
Map navigation CSS tweeks.
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;