diff --git a/modules/blog/skins/xe_blog/css/white.css b/modules/blog/skins/xe_blog/css/white.css index 419f63fca..dd5e5a8b9 100644 --- a/modules/blog/skins/xe_blog/css/white.css +++ b/modules/blog/skins/xe_blog/css/white.css @@ -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;} diff --git a/modules/member/skins/default/css/normal.css b/modules/member/skins/default/css/normal.css index e536b42a0..7ecdb231f 100644 --- a/modules/member/skins/default/css/normal.css +++ b/modules/member/skins/default/css/normal.css @@ -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;}