From c7adecca10a3b375f5317b0ff30bba5dd68b7ed0 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Sun, 3 Jul 2011 17:11:28 +0530 Subject: [PATCH] front pages --- edgware/static/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/edgware/static/css/main.css b/edgware/static/css/main.css index 4744348..6efe38e 100644 --- a/edgware/static/css/main.css +++ b/edgware/static/css/main.css @@ -32,7 +32,7 @@ ul { #mainTitle { position: absolute; left: 100px; - top: 25px; + top: 20px; width: 200px; } @@ -53,7 +53,7 @@ ul { #pageTitle { position: absolute; left: 400px; - top: 25px; + top: 30px; color: #ffff00; } @@ -66,7 +66,7 @@ ul { #intro { position: absolute; right: 100px; - top: 30px; + top: 20px; } #intro p { @@ -104,7 +104,7 @@ ul { #nav { width: 80%; - margin-left: auto; + margin-left: 100px; margin-right: auto; top: 50px; }