From f048b81b4e4e1bf4e9fb2048717e54bbfe1027a6 Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 19 Jun 2007 10:23:15 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1672 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/blog/skins/xe_blog/css/layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/blog/skins/xe_blog/css/layout.css b/modules/blog/skins/xe_blog/css/layout.css index 325d2b381..45bfe8c2b 100644 --- a/modules/blog/skins/xe_blog/css/layout.css +++ b/modules/blog/skins/xe_blog/css/layout.css @@ -6,13 +6,13 @@ Jeong, Chan Myeong 070601~070630 */ /* Blog Layout - Common */ -#bodyWrap { position:relative; width:830px; _width:840px; margin:0 auto; background-color:#FFFFFF;} +#bodyWrap { position:relative; width:830px; margin:0 auto; background-color:#FFFFFF;} /* Blog Layout - Content Body */ #contentBody { overflow:hidden; padding-bottom:2em; _width:100%;} /* Blog Layout - ColumnLeft */ -#columnLeft { float:left; width:182px; margin:0px 8px 0px 10px; } +#columnLeft { float:left; width:182px; margin:0px 8px 0px 0px; padding-left:10px;} /* Blog Layout - ColumnRight */ #columnRight {}