mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1819 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
200ca43394
commit
10b6924d1e
2 changed files with 3 additions and 1 deletions
|
|
@ -15,6 +15,8 @@ IE7 Only
|
|||
|
||||
*/
|
||||
|
||||
body { margin:0; }
|
||||
|
||||
/* Input Style Definition */
|
||||
.inputTypeText { border:1px solid #c9c9c9; padding:3px; height:1em; line-height:1em; background:#ffffff;}
|
||||
.inputTypeText:hover,
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<div class="document">
|
||||
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText(20)}</a>
|
||||
<!--@if($oDocument->getCommentCount())-->
|
||||
<span class="comment"><a href="{$oDocument->getPermanentUrl()}#comment_top_{$oDocument->document_srl}">*{$oDocument->getCommentCount()}</a></span>
|
||||
<span class="comment"><a href="{$oDocument->getPermanentUrl()}#comment">*{$oDocument->getCommentCount()}</a></span>
|
||||
<!--@end-->
|
||||
<span class="writer">
|
||||
- {$oDocument->getNickName()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue