From 7097272803aa57b1d252f9227312191f897558fc Mon Sep 17 00:00:00 2001
From: Penny Leach <mjollnir@titania.local>
Date: Mon, 26 Jun 2006 21:51:46 +1200
Subject: [PATCH] theme changes

---
 templates/sgn2.0/comments.tpl |  2 +-
 templates/sgn2.0/style.css    | 14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/templates/sgn2.0/comments.tpl b/templates/sgn2.0/comments.tpl
index 4470a11..68e077a 100644
--- a/templates/sgn2.0/comments.tpl
+++ b/templates/sgn2.0/comments.tpl
@@ -1,6 +1,6 @@
 {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>
diff --git a/templates/sgn2.0/style.css b/templates/sgn2.0/style.css
index 1a1c8ce..e6766a4 100644
--- a/templates/sgn2.0/style.css
+++ b/templates/sgn2.0/style.css
@@ -146,4 +146,18 @@ h3, h4 {
 }
 .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
-- 
2.39.5