summaryrefslogtreecommitdiff
path: root/modules/comment/comment.tpl.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-02-18 14:28:25 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-02-18 14:28:25 +0000
commitfb7347bc9d260193f00619fed4b9681670595dc4 (patch)
treeb973e160a9d07165f2a036a32a370c064ae3015b /modules/comment/comment.tpl.php
parentac484c277a0ac0627561d2cac1f4ea47ab5da00b (diff)
downloadbrdo-fb7347bc9d260193f00619fed4b9681670595dc4.tar.gz
brdo-fb7347bc9d260193f00619fed4b9681670595dc4.tar.bz2
#371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it.
Diffstat (limited to 'modules/comment/comment.tpl.php')
-rw-r--r--modules/comment/comment.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/comment.tpl.php b/modules/comment/comment.tpl.php
index 9802cc25d..7d8be3b03 100644
--- a/modules/comment/comment.tpl.php
+++ b/modules/comment/comment.tpl.php
@@ -26,7 +26,7 @@
* @see theme_comment()
*/
?>
-<div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' ' . $status ?> clear-block">
+<div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' ' . $status ?> clearfix">
<?php print $picture ?>
<?php if ($comment->new): ?>
@@ -42,7 +42,7 @@
<div class="content">
<?php print $content ?>
<?php if ($signature): ?>
- <div class="user-signature clear-block">
+ <div class="user-signature clearfix">
<?php print $signature ?>
</div>
<?php endif; ?>