From: Penny Leach Date: Mon, 26 Jun 2006 09:51:46 +0000 (+1200) Subject: theme changes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=32f34ec5b2bb1f4950a1105e81c84d7c3661c331;p=s9y.git theme changes --- 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