diff --git a/modules/blog/skins/xe_blog/css/white.css b/modules/blog/skins/xe_blog/css/white.css index ae9d66141..f63ab9bbb 100644 --- a/modules/blog/skins/xe_blog/css/white.css +++ b/modules/blog/skins/xe_blog/css/white.css @@ -181,7 +181,7 @@ Jeong, Chan Myeong 070601~070630 #reply { padding:.6em .6em; color:#666666; border:1px solid #e0e1db; margin-top:.5em;} #reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE;} #reply p { display:inline; margin-bottom:1em;} -#reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin-right:.3em;} +#reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;} #reply .author a { font-size:.9em; color:#3074a5; margin-right:.3em;} #reply .date { float:right; font:.8em Tahoma; color:#cccccc; margin:.3em 0 .5em 0;} diff --git a/modules/board/skins/xe_list/css/white.css b/modules/board/skins/xe_list/css/white.css index 938125109..90bc03a5b 100644 --- a/modules/board/skins/xe_list/css/white.css +++ b/modules/board/skins/xe_list/css/white.css @@ -212,7 +212,7 @@ Jeong, Chan Myeong 070601~070630 #reply { padding:.6em .6em; color:#666666; border:1px solid #e0e1db; margin-top:.5em;} #reply li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE;} #reply p { display:inline; margin-bottom:1em;} -#reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin-right:.3em;} +#reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;} #reply .author a { font-size:.9em; color:#3074a5; margin-right:.3em;} #reply .date { float:right; font:.8em Tahoma; color:#cccccc; margin:.3em 0 .5em 0;}