mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +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 */
|
/* Input Style Definition */
|
||||||
.inputTypeText { border:1px solid #c9c9c9; padding:3px; height:1em; line-height:1em; background:#ffffff;}
|
.inputTypeText { border:1px solid #c9c9c9; padding:3px; height:1em; line-height:1em; background:#ffffff;}
|
||||||
.inputTypeText:hover,
|
.inputTypeText:hover,
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
<div class="document">
|
<div class="document">
|
||||||
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText(20)}</a>
|
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText(20)}</a>
|
||||||
<!--@if($oDocument->getCommentCount())-->
|
<!--@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-->
|
<!--@end-->
|
||||||
<span class="writer">
|
<span class="writer">
|
||||||
- {$oDocument->getNickName()}
|
- {$oDocument->getNickName()}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue