mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 10:19:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1705 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
323bde6c9f
commit
85057647fc
6 changed files with 8 additions and 8 deletions
|
|
@ -3,4 +3,4 @@
|
|||
/*: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;}
|
||||
.newestComment .commentList li a { color:#a4a4a4; white-space:nowrap}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<!--@if($widget_info->title)-->
|
||||
<h2>{$widget_info->title}</h2>
|
||||
<!--@else-->
|
||||
<h2>tags</h2>
|
||||
<h2>newest comments</h2>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -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; line-height:1.5em;}
|
||||
.newestDocument .documentList li a { color:#a4a4a4;}
|
||||
.newestDocument .documentList li { display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; overflow:hidden;}
|
||||
.newestDocument .documentList li a { color:#a4a4a4; white-space:nowrap}
|
||||
|
|
|
|||
|
|
@ -9,12 +9,12 @@
|
|||
<!--@if($widget_info->title)-->
|
||||
<h2>{$widget_info->title}</h2>
|
||||
<!--@else-->
|
||||
<h2>tags</h2>
|
||||
<h2>newest documents</h2>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<ul class="documentList">
|
||||
<!--@foreach($widget_info->document_list as $oDocument)-->
|
||||
<li><a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText(20)}</a></li>
|
||||
<li><a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText()}</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ div#newestTrackback h2 { position:relative; border-left:1px solid #ffffff; borde
|
|||
/*:first-child+html .boxTypeB h2 { height:20px;} */
|
||||
div#newestTrackback .trackbackList { padding:1.2em; overflow:hidden;}
|
||||
div#newestTrackback .trackbackList li { display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em;}
|
||||
div#newestTrackback .trackbackList li a { color:#a4a4a4; }
|
||||
div#newestTrackback .trackbackList li a { color:#a4a4a4; white-space:nowrap; }
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<!--@if($widget_info->title)-->
|
||||
<h2>{$widget_info->title}</h2>
|
||||
<!--@else-->
|
||||
<h2>tags</h2>
|
||||
<h2>newest trackbacks</h2>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue