summaryrefslogtreecommitdiff
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
parentc9de4646c570a45de03d6e7ec470daf01a8d2cab (diff)
downloadbrdo-63a08b7a558d958669e5c915a8776642f3c28dd0.tar.gz
brdo-63a08b7a558d958669e5c915a8776642f3c28dd0.tar.bz2
#819214 follow-up by reglogge: Fix permalink styling in Bartik.
-rw-r--r--themes/bartik/css/style.css2
-rw-r--r--themes/bartik/templates/comment.tpl.php4
2 files changed, 4 insertions, 2 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index b1fbc71f3..a32f8e6e9 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -589,7 +589,7 @@ h1#page-title,
font-size: 70%;
color: #68696b;
}
-#comments .permalink {
+#comments .submitted .comment-permalink {
font-size: 80%;
text-transform: lowercase;
}
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>