From 2258c67a009cffbe9e0ed0e0eaca15afe08f142b Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 16 Jun 2008 01:24:20 +0000 Subject: [PATCH] some small space adjustments --- .../fotokiste/static/css/1024optimized.css | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/fotokiste/fotokiste/static/css/1024optimized.css b/fotokiste/fotokiste/static/css/1024optimized.css index bbbc515..1e939cc 100644 --- a/fotokiste/fotokiste/static/css/1024optimized.css +++ b/fotokiste/fotokiste/static/css/1024optimized.css @@ -7,21 +7,20 @@ body { } #header { - /** background: url(../static/images/header.jpg) top left no-repeat; **/ + /** background: url(../static/images/header.jpg) top left no-repeat; position: relative; - margin: 20px auto auto 50px; - padding-left: 85px; + height: 160px; + padding-left: 85px; font-size: 5em; color: #777688; - width: 760px; - width: 89%; - height: 160px; + width: 762px; + width: 89%; */ + margin: 10px auto 30px auto; } #nav { position: relative; - margin: -18px 0 10px auto; - width: 760px; + margin: 15px 0 10px auto; width: 89%; line-height: 2em; } @@ -68,10 +67,9 @@ body { /* Styles for the text area */ #main_content { - position: relative; - margin: 75px auto 50px auto; + position: relative; + margin: 15px auto 15px auto; padding: 0; - width: 760px; width: 90%; text-align: left; line-height: 1.25em;