summaryrefslogtreecommitdiff
path: root/themes/pushbutton
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/pushbutton
parentdd30a142086c698844911b3eb1d54a6566aee107 (diff)
downloadbrdo-a2baa4449965082c2a22bbb5e7d0ef9fccf2371b.tar.gz
brdo-a2baa4449965082c2a22bbb5e7d0ef9fccf2371b.tar.bz2
#130366: Better styling for signature separator (thanks webchick).
Diffstat (limited to 'themes/pushbutton')
-rw-r--r--themes/pushbutton/comment.tpl.php3
1 files changed, 2 insertions, 1 deletions
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 @@
<div class="content">
<?php print $content ?>
<?php if ($signature): ?>
- <div class="user-signature clear-block">
+ <div class="clear-block">
+ <div>—</div>
<?php print $signature ?>
</div>
<?php endif; ?>