From c7c8e39f9fd438a8b6279cc7410a9ce1289a6418 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 14 Feb 2013 00:46:29 -0800 Subject: Map navigation CSS tweeks. --- css/stats.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'css') 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; -- cgit v1.2.3