From 32f34ec5b2bb1f4950a1105e81c84d7c3661c331 Mon Sep 17 00:00:00 2001 From: Penny Leach 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"} -
+
{$comment.body}
#{$comment.trace} 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