summaryrefslogtreecommitdiff
path: root/themes/bartik/templates
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-24 01:36:30 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-24 01:36:30 +0000
commit63a08b7a558d958669e5c915a8776642f3c28dd0 (patch)
tree2678d0b56c4c164b88d439191cfcb786dbf899c1 /themes/bartik/templates
parentc9de4646c570a45de03d6e7ec470daf01a8d2cab (diff)
downloadbrdo-63a08b7a558d958669e5c915a8776642f3c28dd0.tar.gz
brdo-63a08b7a558d958669e5c915a8776642f3c28dd0.tar.bz2
#819214 follow-up by reglogge: Fix permalink styling in Bartik.
Diffstat (limited to 'themes/bartik/templates')
-rw-r--r--themes/bartik/templates/comment.tpl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/bartik/templates/comment.tpl.php b/themes/bartik/templates/comment.tpl.php
index 416995154..463b3ba87 100644
--- a/themes/bartik/templates/comment.tpl.php
+++ b/themes/bartik/templates/comment.tpl.php
@@ -69,7 +69,9 @@
<p class="comment-time">
<?php print $created; ?>
</p>
- <?php print $permalink; ?>
+ <p class="comment-permalink">
+ <?php print $permalink; ?>
+ </p>
</div>
</div>