#216 제로보드XE 기본 스킨의 댓글 부분에 p 태그가 display:inline으로 처리되는 것을 댓글의 내용에서 block으로 되게 하여 줄 바꿈이 제대로 되도록 변경. 더블어 댓글에서 ul/ol 태그가 제대로 나오도록 css 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2726 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-10 07:44:34 +00:00
parent d80524158c
commit cd8dfe8956
6 changed files with 13 additions and 4 deletions

View file

@ -211,6 +211,7 @@ ul.replyZone .replyOption { float:right; white-space:nowrap; margin-left:.2em;}
ul.replyZone .replyOption img { vertical-align:middle;}
ul.replyZone .replyContent { clear:left; }
ul.replyZone .replyContent p { display:block; }
ul.replyZone .reply { background-color:#FAFAFA;}
ul.replyZone .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;}
@ -226,6 +227,7 @@ ul.replyZone .replyIndent { background:url(../images/common/iconReplyArrow.gif)
#reply .replyOption img { vertical-align:middle;}
#reply .replyContent { clear:left; }
#reply .replyContent p { display:block; }
#reply .reply { background-color:#FAFAFA;}
#reply .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;}