최신글/최신댓글 위젯의 블로그 스킨에서 줄이 안 나누어지도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2071 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-28 13:31:23 +00:00
parent 9c4b90eee7
commit d7fefccbc0
11 changed files with 11 additions and 11 deletions

View file

@ -2,5 +2,5 @@
.newestComment h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestComment .commentList { padding:1.2em; overflow:hidden;}
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; }
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap;}
.newestComment .commentList li a { color:#a4a4a4; line-height:1.5em;}

View file

@ -2,5 +2,5 @@
.newestComment h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestComment .commentList { padding:1.2em; overflow:hidden;}
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; }
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap;}
.newestComment .commentList li a { color:#a4a4a4; line-height:1.5em;}

View file

@ -2,5 +2,5 @@
.newestComment h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestComment .commentList { padding:1.2em; overflow:hidden;}
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; }
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap;}
.newestComment .commentList li a { color:#a4a4a4; line-height:1.5em;}

View file

@ -2,5 +2,5 @@
.newestComment h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestComment .commentList { padding:1.2em; overflow:hidden;}
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; }
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap;}
.newestComment .commentList li a { color:#a4a4a4; line-height:1.5em;}

View file

@ -2,5 +2,5 @@
.newestComment h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestComment .commentList { padding:1.2em; overflow:hidden;}
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; }
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap;}
.newestComment .commentList li a { color:#a4a4a4; line-height:1.5em;}

View file

@ -23,7 +23,7 @@
<ul class="commentList">
<!--@foreach($widget_info->comment_list as $val)-->
<li><a href="{getUrl('','document_srl',$val->document_srl)}#comment_{$val->comment_srl}">{htmlspecialchars(cut_str(strip_tags($val->content),20,'...'))}</a></li>
<li><a href="{getUrl('','document_srl',$val->document_srl)}#comment_{$val->comment_srl}">{htmlspecialchars($val->content)}</a></li>
<!--@end-->
</ul>
</div>

View file

@ -2,5 +2,5 @@
.newestDocument h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestDocument .documentList { padding:1.2em; overflow:hidden;}
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden;}
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap;}
.newestDocument .documentList li a { color:#a4a4a4; line-height:1.5em; }

View file

@ -2,5 +2,5 @@
.newestDocument h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestDocument .documentList { padding:1.2em; overflow:hidden;}
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden;}
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap;}
.newestDocument .documentList li a { color:#a4a4a4; line-height:1.5em; }

View file

@ -2,5 +2,5 @@
.newestDocument h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestDocument .documentList { padding:1.2em; overflow:hidden;}
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden;}
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap;}
.newestDocument .documentList li a { color:#a4a4a4; line-height:1.5em; }

View file

@ -2,5 +2,5 @@
.newestDocument h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestDocument .documentList { padding:1.2em; overflow:hidden;}
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden;}
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap;}
.newestDocument .documentList li a { color:#a4a4a4; line-height:1.5em; }

View file

@ -2,5 +2,5 @@
.newestDocument h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestDocument .documentList { padding:1.2em; overflow:hidden;}
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden;}
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap;}
.newestDocument .documentList li a { color:#a4a4a4; line-height:1.5em; }