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

This commit is contained in:
zero 2007-06-20 04:48:59 +00:00
parent 2802c7149b
commit 513018ee34

View file

@ -6,7 +6,7 @@ Jeong, Chan Myeong 070601~070630
*/
/* Blog Layout - Common */
#bodyWrap { position:relative; width:830px; margin:0 auto; background-color:#FFFFFF;}
#bodyWrap { position:relative; width:830px; margin:0 auto; background-color:#FFFFFF; padding-top:1px; }
/* Blog Layout - Content Body */
#contentBody { overflow:hidden; padding-bottom:2em; _width:100%;}
@ -18,7 +18,7 @@ Jeong, Chan Myeong 070601~070630
#columnRight {}
/* Blog Layout - Content */
#content { float:left; width:620px; overflow:hidden; padding-right:10px;}
#content { float:left; width:620px; overflow:hidden; padding-right:10px; _width:618px; }
#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;}
@ -37,10 +37,8 @@ Jeong, Chan Myeong 070601~070630
.accountNavigation li.loginAndLogout { background:none; padding-left:0;}
/* Blog Layout - Header */
#header { clear:both; height:9.5em; margin-bottom:.5em; border:1px solid #e0e1dc; border-bottom:none; background:#fbfbfb url(../images/white/blogHeaderLine.gif) no-repeat left bottom; overflow:hidden;}
/* Blog header Child*/
#bodyWrap #header { clear:both; height:9.5em; margin:10px 10px .5em 10px; border:1px solid #e0e1dc; border-bottom:none; background:#fbfbfb url(../images/white/blogHeaderLine.gif) no-repeat left bottom; overflow:hidden;}
#bodyWrap #header h1 { font-size:2em; padding:.8em 0 .2em 30px; letter-spacing:-.05em;}
#bodyWrap #header h1 a { font-family:Tahoma; color:#53554a;}
#bodyWrap #header #tagLine { padding:0 0 0 30px; color:#7e7f77;}