Bt.님의 지적으로 잘못된 css 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3907 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-03-05 10:16:00 +00:00
parent c4b8ceeee5
commit 70fe11af5f
2 changed files with 2 additions and 2 deletions

View file

@ -288,7 +288,7 @@ html:not([lang*=""]) .boardList th { height:33px; }
.smallBox { border:1px solid #e0e1db; margin-left:auto; margin-right:auto; }
.smallBox.w268 { width:268px;}
.smallBox .header { position:relative; _width:100%; background:#ffffff url(../images/normal/bgH3.gif) no-repeat left bottom; overflow:hidden;}
.smallBox .header { position:relative; _width:100%; background:#ffffff url(../images/common/bgH3.gif) no-repeat left bottom; overflow:hidden;}
.smallBox .header h3 { clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #fe3614; }
.smallBox .complex { padding:1.5em 2em 2em 2em;}
.smallBox .inputPassword { position:relative; border:none; padding:2em 2em 1.5em 2em;}

View file

@ -1,6 +1,6 @@
.noticeBox { padding-bottom:5px; overflow:hidden; }
.noticeBox h2 { margin:0; font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;}
.noticeBox h2 { margin:0; font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; }
.noticeBox .listTable { width:100%; table-layout:fixed; border:none;}