기본 게시판 스킨의 댓글에 ul/ol에 대한 강제 style 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3807 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-02-25 22:31:59 +00:00
parent f8fed039f6
commit b8432ed82d
6 changed files with 7 additions and 9 deletions

View file

@ -56,7 +56,9 @@
</form>
<!--@else-->
<!--@if($comment->getProfileImage())-->
<img src="{$comment->getProfileImage()}" align="left" class="commentProfileImage" alt="profile"/>
<div class="commentProfileImage">
<img src="{$comment->getProfileImage()}" alt="profile"/>
</div>
<!--@end-->
{$comment->getContent(true)}
<!--@end-->

View file

@ -605,4 +605,4 @@ Jeong, Chan Myeong 070601~070630
/* 회원 서명 및 프로필 이미지 출력 */
.memberSignature { border:1px solid #e0e1db; padding:10px; margin-top:20px;}
.memberSignature .profile { float:left; margin-right:20px; }
img.commentProfileImage { margin:5px 10px 5px 0; }
.commentProfileImage { margin:0 0 10px 0; }

View file

@ -64,7 +64,7 @@
</div>
<!--@else-->
<!--@if($comment->getProfileImage())-->
<img src="{$comment->getProfileImage()}" align="left" class="commentProfileImage" alt="profile" />
<div class="commentProfileImage"><img src="{$comment->getProfileImage()}" alt="profile" /></div>
<!--@end-->
{$comment->getContent(true)}
<!--@end-->

View file

@ -121,8 +121,6 @@ Jeong, Chan Myeong 070601~070630
.replyBox .replyContent { clear:left; }
.replyBox .replyContent p { display:block; }
.replyBox .replyContent ul li { padding:0; border:none; line-height:1.25em; list-style:disc;}
.replyBox .replyContent ol li { padding:0; border:none; line-height:1.25em; list-style:decimal;}
.replyBox .reply { background-color:#F4F4F4; border-bottom:1px dotted #DDDDDD;}
.replyBox .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;}
@ -320,4 +318,4 @@ html:not([lang*=""]) .boardList th { height:33px; }
/* 회원 서명 및 프로필 이미지 출력 */
.memberSignature { border:1px solid #e0e1db; padding:10px; margin-top:20px;}
.memberSignature .profile { float:left; margin-right:20px; }
img.commentProfileImage { margin:5px 10px 5px 0; }
.commentProfileImage { margin:0 0 10px 0; }

View file

@ -94,8 +94,6 @@ Jeong, Chan Myeong 070601~070630
.replyBox .replyContent { clear:left; }
.replyBox .replyContent p { display:block; }
.replyBox .replyContent ul li { padding:0; border:none; line-height:1.25em; list-style:disc;}
.replyBox .replyContent ol li { padding:0; border:none; line-height:1.25em; list-style:decimal;}
.replyBox .reply { background-color:#F4F4F4; border-bottom:1px dotted #DDDDDD;}
.replyBox .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;}

View file

@ -118,7 +118,7 @@ function editorStart(editor_sequence, primary_key, content_key, editor_height) {
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'+
'<html lang="ko" xmlns="http://www.w3.org/1999/xhtml><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/>'+
'<style type="text/css">'+
'body {font-size:9pt;height:'+editor_height+'px; padding:5px; margin:0; background-color:transparent; line-height:140%;}'+
'body {font-size:9pt;height:'+editor_height+'px; padding:0; margin:0; background-color:transparent; }'+
'</style>'+
'</head><body editor_sequence="'+editor_sequence+'">'+
content+