summaryrefslogtreecommitdiff
path: root/modules/forum
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/forum
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/forum')
-rw-r--r--modules/forum/forum-topic-navigation.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum-topic-navigation.tpl.php b/modules/forum/forum-topic-navigation.tpl.php
index 362c2410b..cbaada544 100644
--- a/modules/forum/forum-topic-navigation.tpl.php
+++ b/modules/forum/forum-topic-navigation.tpl.php
@@ -24,7 +24,7 @@
*/
?>
<?php if ($prev || $next): ?>
- <div class="forum-topic-navigation clear-block">
+ <div class="forum-topic-navigation clearfix">
<?php if ($prev): ?>
<a href="<?php print $prev_url; ?>" class="topic-previous" title="<?php print t('Go to previous forum topic') ?>">‹ <?php print $prev_title ?></a>
<?php endif; ?>