diff options
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; |