#223 웹진형 스킨에서 테이블이 깨어지는 것은 display_no의 값이 불필요하게 추가된 부분이라 이 부분 재수정 하였습니다. 그리고 댓글들에서 이름이나 날짜옆에 점이 노출되는 li style문제도 수정하였습니다

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2746 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-12 01:13:11 +00:00
parent 4b64a4bec2
commit 27fb2efd26
5 changed files with 21 additions and 18 deletions

View file

@ -189,7 +189,7 @@ Jeong, Chan Myeong 070601~070630
#trackbacks address .date { font:.8em Tahoma; color:#cccccc; float:right;}
#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 li { padding:.6em .8em .6em .6em; line-height:1.25em; clear:both; border-bottom:1px dotted #EEEEEE; list-style:none;}
#reply p { display:inline; margin-bottom:1em;}
#reply .author { float:left; padding:0 .3em 0 0; font-size:.9em; color:#3074a5; margin:0 .3em .5em 0;}
#reply .author a { color:#3074a5; margin-right:.3em; text-decoration:none; }
@ -200,7 +200,8 @@ Jeong, Chan Myeong 070601~070630
#reply .replyContent { clear:left; }
#reply .replyContent p { display:block; }
#reply .replyContent li { padding:0; border:none; line-height:1.25em; }
#reply .replyContent ul li { padding:0; border:none; line-height:1.25em; list-style:disc;}
#reply .replyContent ol li { padding:0; border:none; line-height:1.25em; list-style:decimal;}
#reply .reply { background-color:#FAFAFA;}
#reply .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;}