From 513018ee34ae2c34ac16458e65151504d2c4276b Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 20 Jun 2007 04:48:59 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1675 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/blog/skins/xe_blog/css/layout.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/blog/skins/xe_blog/css/layout.css b/modules/blog/skins/xe_blog/css/layout.css index 45bfe8c2b..b13718748 100644 --- a/modules/blog/skins/xe_blog/css/layout.css +++ b/modules/blog/skins/xe_blog/css/layout.css @@ -6,7 +6,7 @@ Jeong, Chan Myeong 070601~070630 */ /* Blog Layout - Common */ -#bodyWrap { position:relative; width:830px; margin:0 auto; background-color:#FFFFFF;} +#bodyWrap { position:relative; width:830px; margin:0 auto; background-color:#FFFFFF; padding-top:1px; } /* Blog Layout - Content Body */ #contentBody { overflow:hidden; padding-bottom:2em; _width:100%;} @@ -18,7 +18,7 @@ Jeong, Chan Myeong 070601~070630 #columnRight {} /* Blog Layout - Content */ -#content { float:left; width:620px; overflow:hidden; padding-right:10px;} +#content { float:left; width:620px; overflow:hidden; padding-right:10px; _width:618px; } #bodyWrap #accountNavigation { float:right; margin:1em 1em 0 0; padding-bottom:.5em; overflow:hidden;} #bodyWrap #accountNavigation li { float:left; margin-right:-1px; background:url(../images/white/blogHeaderVr.gif) no-repeat right center;} @@ -37,10 +37,8 @@ Jeong, Chan Myeong 070601~070630 .accountNavigation li.loginAndLogout { background:none; padding-left:0;} -/* Blog Layout - Header */ -#header { clear:both; height:9.5em; margin-bottom:.5em; border:1px solid #e0e1dc; border-bottom:none; background:#fbfbfb url(../images/white/blogHeaderLine.gif) no-repeat left bottom; overflow:hidden;} - /* Blog header Child*/ +#bodyWrap #header { clear:both; height:9.5em; margin:10px 10px .5em 10px; border:1px solid #e0e1dc; border-bottom:none; background:#fbfbfb url(../images/white/blogHeaderLine.gif) no-repeat left bottom; overflow:hidden;} #bodyWrap #header h1 { font-size:2em; padding:.8em 0 .2em 30px; letter-spacing:-.05em;} #bodyWrap #header h1 a { font-family:Tahoma; color:#53554a;} #bodyWrap #header #tagLine { padding:0 0 0 30px; color:#7e7f77;}