게시판 관리 추가설정에서 콘텐츠 잘림 문제 해결.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7212 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2010-01-21 09:11:12 +00:00
parent f98fa3f856
commit 40fb3bf159

View file

@ -55,7 +55,8 @@ body { background:#FFFFFF url(../images/default/bgBody.gif) repeat-x left top;}
*:first-child+html body#default #isSearch .submit { position:relative; top:-1px;}
/* Site Layout - Content Body */
#contentBody { position:relative; width:980px; padding-bottom:30px; overflow:hidden; background:url(../images/default/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #dddddd;}
#contentBody { position:relative; width:980px; padding-bottom:30px; background:url(../images/default/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #dddddd; *zoom:1;}
#contentBody:after{ content:""; display:block; clear:both;}
/* Site Layout - Column Left */
#columnLeft { position:relative; width:201px; float:left;}
@ -78,7 +79,8 @@ body { background:#FFFFFF url(../images/default/bgBody.gif) repeat-x left top;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/default/bulletLnb.gif) no-repeat 175px center !important;}
/* Site Layout - Column Right */
#columnRight { width:770px; float:right; overflow:hidden;}
#columnRight { width:770px; float:right;}
#columnRight:after{ content:""; display:block; clear:both;}
#visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
#content { width:100%; overflow:hidden;}