{foreach from=$comments item=comment name="comments"}
<a id="c{$comment.id}"></a>
- <div id="serendipity_comment_{$comment.id}" class="serendipity_comment serendipity_comment_author_{$comment.author|@makeFilename} {if $entry.author == $comment.author}serendipity_comment_author_self{/if}{cycle values="comment_oddbox, comment_evenbox"}" style="padding-left: {if $comment.depth*3 < 50}{$comment.depth*3}{else}50{/if}px">
+ <div id="serendipity_comment_{$comment.id}" class="serendipity_comment serendipity_comment_author_{$comment.author|@makeFilename} {if $entry.author == $comment.author}serendipity_comment_author_self{/if}{cycle values="comment_oddbox, comment_evenbox"}" style="padding-left: {if $comment.depth*10 < 50}{$comment.depth*10}{else}50{/if}px">
<div class="serendipity_commentBody">{$comment.body}</div>
<div class="serendipity_comment_source">
<a class="comment_source_trace" href="#c{$comment.id}">#{$comment.trace}</a>
}
.serendipity_commentsTitle {
font-weight:bold;
+}
+
+.serendipity_comment {
+ border-top: 1px dashed #aaaaaa;
+ padding-top:5px;
+}
+
+.serendipity_section_commentform {
+ border-top: 1px dashed #aaaaaa;
+ padding-top:5px;
+}
+
+.serendipity_msg_important {
+ color:#9d3636;
}
\ No newline at end of file