From d51371ef5440f34db712e42cbf776d54902be4ba Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sun, 3 Jul 2011 19:37:20 +0530 Subject: [PATCH] front pages --- edgware/static/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/edgware/static/css/main.css b/edgware/static/css/main.css index 535b141..3cdc0de 100644 --- a/edgware/static/css/main.css +++ b/edgware/static/css/main.css @@ -22,7 +22,7 @@ ul { #header { width: 100%; - height: 80px; + height: 65px; color: #fff; background: #3B240B; position: relative; @@ -32,7 +32,7 @@ ul { #mainTitle { position: absolute; left: 20px; - top: 40px; + top: 30px; width: 200px; } @@ -53,7 +53,7 @@ ul { #pageTitle { position: absolute; left: 420px; - top: 40px; + top: 30px; color: #2E64FE; }