From 98537e82fbeeb6a7be79e30932a82b8dc4869125 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 19 Jun 2007 09:46:24 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1668 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/blog/skins/xe_blog/css/layout.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/blog/skins/xe_blog/css/layout.css b/modules/blog/skins/xe_blog/css/layout.css index 53fdfb0f2..325d2b381 100644 --- a/modules/blog/skins/xe_blog/css/layout.css +++ b/modules/blog/skins/xe_blog/css/layout.css @@ -5,11 +5,8 @@ NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/) Jeong, Chan Myeong 070601~070630 */ -/* Common Layout of Content Group */ -#content { width:100%; position:relative; padding-bottom:2em; background-color:#FFFFFF;} - /* Blog Layout - Common */ -#bodyWrap { position:relative; width:830px; margin:0 auto; background-color:#FFFFFF;} +#bodyWrap { position:relative; width:830px; _width:840px; margin:0 auto; background-color:#FFFFFF;} /* Blog Layout - Content Body */ #contentBody { overflow:hidden; padding-bottom:2em; _width:100%;}