From a2baa4449965082c2a22bbb5e7d0ef9fccf2371b Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 1 Apr 2007 05:04:20 +0000 Subject: #130366: Better styling for signature separator (thanks webchick). --- themes/bluemarine/comment.tpl.php | 3 ++- themes/chameleon/chameleon.theme | 3 ++- themes/garland/comment.tpl.php | 4 ++-- themes/pushbutton/comment.tpl.php | 3 ++- 4 files changed, 8 insertions(+), 5 deletions(-) (limited to 'themes') diff --git a/themes/bluemarine/comment.tpl.php b/themes/bluemarine/comment.tpl.php index 810204fc2..b73b7aef3 100644 --- a/themes/bluemarine/comment.tpl.php +++ b/themes/bluemarine/comment.tpl.php @@ -7,7 +7,8 @@
-
+
+
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index c3da58a40..bdd455616 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -165,7 +165,8 @@ function chameleon_comment($comment, $links = "") { $output .= "

". l($comment->subject, $_GET['q'], NULL, NULL, "comment-$comment->cid") ."

\n"; $output .= "
". $comment->comment; if ($signature) { - $output .= "
"; + $output .= "
"; + $output .= "
\n"; $output .= $signature ."\n"; $output .= "
\n"; } diff --git a/themes/garland/comment.tpl.php b/themes/garland/comment.tpl.php index 1ca545f12..a28a1c551 100644 --- a/themes/garland/comment.tpl.php +++ b/themes/garland/comment.tpl.php @@ -17,12 +17,12 @@
-
+
+
-
diff --git a/themes/pushbutton/comment.tpl.php b/themes/pushbutton/comment.tpl.php index 20949e774..dba7452d5 100644 --- a/themes/pushbutton/comment.tpl.php +++ b/themes/pushbutton/comment.tpl.php @@ -7,7 +7,8 @@
-
+
+
-- cgit v1.2.3