블로그 XE스í킨의 날짜가 제목에 가서 붙는 CSS 오류 수정. 회원로그인시 오페라에서 로그인 버튼이 떨어지는 문제 해걸

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1900 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-11 01:58:02 +00:00
parent 7274903d60
commit 63f72b785b
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ Jeong, Chan Myeong 070601~070630
.boardRead .titleAndCategory .cotegory { font-size:.9em; color:#999999; white-space:nowrap;}
.boardRead .dateAndModify { float:right; white-space:nowrap;}
.boardRead .dateAndModify { font-size:.8em; color:#999999; float:left; position:relative; top:.3em;}
.boardRead .dateAndModify { font-size:.8em; color:#999999; position:relative; top:.3em;}
.boardRead .dateAndModify strong { font-size:1em; font-family:Tahoma;}
.boardRead .dateAndModify ul { display:inline;}
.boardRead .dateAndModify ul li { float:left; margin-left:.3em; list-style:none;}

View file

@ -52,7 +52,7 @@
/* login */
.memberSmallBox .login { border:none; padding:2em 0 1.5em 2em;}
.memberSmallBox .login legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em; text-indent:-100em;}
.memberSmallBox .login dl { overflow:hidden; float:left; margin-right:10px;}
.memberSmallBox .login dl { overflow:hidden; float:left; margin-right:10px; width:250px;}
.memberSmallBox .login dl dt { width:100px; clear:left; float:left; color:#54564b; height:24px; padding-top:3px;}
.memberSmallBox .login dl dd { float:left; height:27px; width:150px; }
.memberSmallBox .login .keep { clear:both; white-space:nowrap; margin-left:100px;}