git-svn-id: http://xe-core.googlecode.com/svn/trunk@1672 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-19 10:23:15 +00:00
parent e42a8f87b5
commit f048b81b4e

View file

@ -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 {}