diff options
-rw-r--r-- | themes/bartik/css/style.css | 2 | ||||
-rw-r--r-- | themes/bartik/templates/comment.tpl.php | 4 |
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> |