summaryrefslogtreecommitdiff
path: root/themes/chameleon
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2007-04-01 05:04:20 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2007-04-01 05:04:20 +0000
commita2baa4449965082c2a22bbb5e7d0ef9fccf2371b (patch)
treed96207b12196e547e3820f8e85c1ed91a6144cc0 /themes/chameleon
parentdd30a142086c698844911b3eb1d54a6566aee107 (diff)
downloadbrdo-a2baa4449965082c2a22bbb5e7d0ef9fccf2371b.tar.gz
brdo-a2baa4449965082c2a22bbb5e7d0ef9fccf2371b.tar.bz2
#130366: Better styling for signature separator (thanks webchick).
Diffstat (limited to 'themes/chameleon')
-rw-r--r--themes/chameleon/chameleon.theme3
1 files changed, 2 insertions, 1 deletions
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 .= " <h3 class=\"title\">". l($comment->subject, $_GET['q'], NULL, NULL, "comment-$comment->cid") ."</h3>\n";
$output .= " <div class=\"content\">". $comment->comment;
if ($signature) {
- $output .= " <div class=\"user-signature clear-block\">";
+ $output .= " <div class=\"clear-block\">";
+ $output .= "<div>—</div>\n";
$output .= $signature ."\n";
$output .= " </div>\n";
}