diff --git a/modules/blog/skins/xe_blog/css/layout.css b/modules/blog/skins/xe_blog/css/layout.css index 34c450624..e9ccdfdab 100644 --- a/modules/blog/skins/xe_blog/css/layout.css +++ b/modules/blog/skins/xe_blog/css/layout.css @@ -9,7 +9,7 @@ li { list-style:none; } a { text-decoration:none; } /* Blog Layout - Common */ -#bodyWrap { position:relative; width:830px; margin:0 auto; background-color:#FFFFFF; padding-top:1px; top:30px;} +#bodyWrap { position:relative; width:860px; margin:0 auto; background-color:#FFFFFF; padding-top:1px; top:30px;} /* Blog Layout - Content Body */ #contentBody { overflow:hidden; padding-bottom:2em; _width:100%;} @@ -21,7 +21,7 @@ a { text-decoration:none; } #columnRight {} /* Blog Layout - Content */ -#content { float:left; width:620px; overflow:hidden; padding-right:10px; _width:618px; } +#content { float:left; width:650px; overflow:hidden; padding-right:10px; _width:648px; } #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;} diff --git a/modules/blog/skins/xe_blog/css/white.css b/modules/blog/skins/xe_blog/css/white.css index 851c5e885..86e659b49 100644 --- a/modules/blog/skins/xe_blog/css/white.css +++ b/modules/blog/skins/xe_blog/css/white.css @@ -115,7 +115,7 @@ Jeong, Chan Myeong 070601~070630 .boardRead .dateAndModify ul li { float:left; margin-left:.3em;} /* boardRead */ -.boardRead { position:relative; margin:0; border:1px solid #e0e1db; _width:618px; _overflow:hidden; } +.boardRead { position:relative; margin:0; border:1px solid #e0e1db; _overflow:hidden; } .boardRead .originalContent { padding:2em 1.2em 2em 1.2em;} .boardRead .readHeader { width:100%; padding-bottom:.5em; margin-bottom:1em; border-bottom:1px solid #eff0ed; overflow:hidden;}