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

This commit is contained in:
zero 2007-06-28 02:48:31 +00:00
parent 200ca43394
commit 10b6924d1e
2 changed files with 3 additions and 1 deletions

View file

@ -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,

View file

@ -22,7 +22,7 @@
<div class="document">
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText(20)}</a>
<!--@if($oDocument->getCommentCount())-->
&nbsp;<span class="comment"><a href="{$oDocument->getPermanentUrl()}#comment_top_{$oDocument->document_srl}">*{$oDocument->getCommentCount()}</a></span>
&nbsp;<span class="comment"><a href="{$oDocument->getPermanentUrl()}#comment">*{$oDocument->getCommentCount()}</a></span>
<!--@end-->
<span class="writer">
- {$oDocument->getNickName()}