diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2007-04-01 05:04:20 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2007-04-01 05:04:20 +0000 |
commit | a2baa4449965082c2a22bbb5e7d0ef9fccf2371b (patch) | |
tree | d96207b12196e547e3820f8e85c1ed91a6144cc0 /themes/pushbutton | |
parent | dd30a142086c698844911b3eb1d54a6566aee107 (diff) | |
download | brdo-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.php | 3 |
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; ?> |