git-svn-id: http://xe-core.googlecode.com/svn/trunk@1780 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-26 13:21:33 +00:00
parent 9402a1ef26
commit 9340feb9b8
6 changed files with 9 additions and 9 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; line-height:1.5em;}
.newestComment .commentList li a { color:#a4a4a4; white-space:nowrap}
.newestComment .commentList li { display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; }
.newestComment .commentList li a { color:#a4a4a4; line-height:1.5em;}

View file

@ -15,7 +15,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),13,'...'))}</a></li>
<li><a href="{getUrl('','document_srl',$val->document_srl)}#comment_{$val->comment_srl}">{htmlspecialchars(cut_str(strip_tags($val->content),20,'...'))}</a></li>
<!--@end-->
</ul>
</div>