diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-26 19:25:11 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-26 19:25:11 -0800 |
commit | 4f91bbb6f1caa0812be550d95e13806f060542be (patch) | |
tree | b57980233cf033a178ab09068fb6197ac384ac02 /css/stats.css | |
parent | 3cff5246a07c9fc3fcf0a3e2ab63c79349820e42 (diff) | |
download | pathery-4f91bbb6f1caa0812be550d95e13806f060542be.tar.xz |
Upped page width to 960px from 900px globally.
Diffstat (limited to 'css/stats.css')
-rw-r--r-- | css/stats.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/stats.css b/css/stats.css index 83a8341..3028d91 100644 --- a/css/stats.css +++ b/css/stats.css @@ -32,7 +32,7 @@ .mapNavCon { height:135px; - width:900px; + width:960px; margin-bottom:10px; } .mapNavLeft { @@ -72,7 +72,7 @@ .mapNavCenter { float:left; height:135px; - width:780px; + width:840px; margin-left:20px; margin-right:20px; background-color:#222223; @@ -82,7 +82,7 @@ overflow-y:hidden; } #mapNavigation { - margin-left: 45px; + margin-left: 75px; padding:1px; white-space: nowrap; overflow-x:hidden; |