summaryrefslogtreecommitdiff
path: root/modules/node/node.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/node/node.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/node/node.tpl.php')
-rw-r--r--modules/node/node.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php
index a5bda033a..cfa42ce6f 100644
--- a/modules/node/node.tpl.php
+++ b/modules/node/node.tpl.php
@@ -49,7 +49,7 @@
* @see template_preprocess_node()
*/
?>
-<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
+<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clearfix">
<?php print $picture ?>