diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-02-18 14:28:25 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-02-18 14:28:25 +0000 |
commit | fb7347bc9d260193f00619fed4b9681670595dc4 (patch) | |
tree | b973e160a9d07165f2a036a32a370c064ae3015b /modules/node/node.tpl.php | |
parent | ac484c277a0ac0627561d2cac1f4ea47ab5da00b (diff) | |
download | brdo-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.php | 2 |
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 ?> |