From ecbf013184b0525b4519799e885696e7235b7e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20Ar=C4=B1c=C4=B1?= Date: Sun, 12 Jun 2011 13:55:21 +0000 Subject: [PATCH] Seperator margin is fixed. --- .../branches/mustafa_branch/djagen/gezegen/www/layout.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DJAGEN/branches/mustafa_branch/djagen/gezegen/www/layout.css b/DJAGEN/branches/mustafa_branch/djagen/gezegen/www/layout.css index e5197fc..9accf96 100755 --- a/DJAGEN/branches/mustafa_branch/djagen/gezegen/www/layout.css +++ b/DJAGEN/branches/mustafa_branch/djagen/gezegen/www/layout.css @@ -182,7 +182,7 @@ body { .contenttop { background:url(img/bg_slice.png) no-repeat scroll transparent; - height:45px; + height:35px; width:950px; } @@ -200,7 +200,7 @@ body { } .date { - padding:20px 0 0 20px; + padding:0 0 0 20px; } .separator { @@ -208,7 +208,7 @@ body { background:#999; border-top:1px solid #CCC; border-bottom:1px solid #CCC; - margin:20px 0; + margin:0 0; clear:both; } @@ -283,4 +283,4 @@ body { line-height:45px; color:white; padding:0 0 0 20px; -} \ No newline at end of file +}