Index: modules/book/book-navigation.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/book/book-navigation.tpl.php,v
retrieving revision 1.2
diff -u -p -r1.2 book-navigation.tpl.php
--- modules/book/book-navigation.tpl.php	15 May 2008 21:19:24 -0000	1.2
+++ modules/book/book-navigation.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -35,7 +35,7 @@
     <?php print $tree; ?>
 
     <?php if ($has_links): ?>
-    <div class="page-links clear-block">
+    <div class="page-links clearfix">
       <?php if ($prev_url) : ?>
         <a href="<?php print $prev_url; ?>" class="page-previous" title="<?php print t('Go to previous page'); ?>"><?php print t('‹ ') . $prev_title; ?></a>
       <?php endif; ?>
Index: modules/color/color.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/color/color.module,v
retrieving revision 1.55
diff -u -p -r1.55 color.module
--- modules/color/color.module	3 Feb 2009 18:55:30 -0000	1.55
+++ modules/color/color.module	17 Feb 2009 13:23:07 -0000
@@ -229,11 +229,11 @@ function theme_color_scheme_form($form) 
   drupal_add_css($path . $info['preview_css']);
 
   $output  = '';
-  $output .= '<div class="color-form clear-block">';
+  $output .= '<div class="color-form clearfix">';
   // Color schemes
   $output .= drupal_render($form['scheme']);
   // Palette
-  $output .= '<div id="palette" class="clear-block">';
+  $output .= '<div id="palette" class="clearfix">';
   foreach (element_children($form['palette']) as $name) {
     $output .= drupal_render($form['palette'][$name]);
   }
Index: modules/comment/comment.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.tpl.php,v
retrieving revision 1.7
diff -u -p -r1.7 comment.tpl.php
--- modules/comment/comment.tpl.php	14 May 2008 13:12:41 -0000	1.7
+++ modules/comment/comment.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -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; ?>
Index: modules/field/field.form.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/field.form.inc,v
retrieving revision 1.3
diff -u -p -r1.3 field.form.inc
--- modules/field/field.form.inc	10 Feb 2009 03:16:14 -0000	1.3
+++ modules/field/field.form.inc	17 Feb 2009 13:23:07 -0000
@@ -205,7 +205,7 @@ function field_multiple_value_form($fiel
       );
 
       // Add wrappers for the fields and 'more' button.
-      $form_element['#prefix'] = '<div class="clear-block" id="' . $field_name_url_str . '-add-more-wrapper"><div id="' . $field_name_url_str . '-items">';
+      $form_element['#prefix'] = '<div class="clearfix" id="' . $field_name_url_str . '-add-more-wrapper"><div id="' . $field_name_url_str . '-items">';
       $form_element[$field_name . '_add_more']['#prefix'] = '<div class="field-add-more">';
       $form_element[$field_name . '_add_more']['#suffix'] =  '</div></div></div>';
     }
Index: modules/forum/forum-topic-navigation.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/forum/forum-topic-navigation.tpl.php,v
retrieving revision 1.3
diff -u -p -r1.3 forum-topic-navigation.tpl.php
--- modules/forum/forum-topic-navigation.tpl.php	13 Oct 2008 12:31:42 -0000	1.3
+++ modules/forum/forum-topic-navigation.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -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; ?>
Index: modules/help/help.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/help/help.admin.inc,v
retrieving revision 1.7
diff -u -p -r1.7 help.admin.inc
--- modules/help/help.admin.inc	26 Oct 2008 18:06:38 -0000	1.7
+++ modules/help/help.admin.inc	17 Feb 2009 13:23:07 -0000
@@ -60,7 +60,7 @@ function help_links_as_list() {
   // Output pretty four-column list
   $count = count($modules);
   $break = ceil($count / 4);
-  $output = '<div class="clear-block"><div class="help-items"><ul>';
+  $output = '<div class="clearfix"><div class="help-items"><ul>';
   $i = 0;
   foreach ($modules as $module => $name) {
     $output .= '<li>' . l($name, 'admin/help/' . $module) . '</li>';
Index: modules/node/node.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.admin.inc,v
retrieving revision 1.38
diff -u -p -r1.38 node.admin.inc
--- modules/node/node.admin.inc	3 Feb 2009 18:55:30 -0000	1.38
+++ modules/node/node.admin.inc	17 Feb 2009 13:23:07 -0000
@@ -280,7 +280,7 @@ function theme_node_filter_form($form) {
  */
 function theme_node_filters($form) {
   $output = '';
-  $output .= '<ul class="clear-block">';
+  $output .= '<ul class="clearfix">';
   if (!empty($form['current'])) {
     foreach (element_children($form['current']) as $key) {
       $output .= '<li>' . drupal_render($form['current'][$key]) . '</li>';
Index: modules/node/node.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.tpl.php,v
retrieving revision 1.9
diff -u -p -r1.9 node.tpl.php
--- modules/node/node.tpl.php	5 Feb 2009 03:42:58 -0000	1.9
+++ modules/node/node.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -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 ?>
 
Index: modules/poll/poll.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/poll/poll.module,v
retrieving revision 1.288
diff -u -p -r1.288 poll.module
--- modules/poll/poll.module	3 Feb 2009 18:55:31 -0000	1.288
+++ modules/poll/poll.module	17 Feb 2009 13:23:07 -0000
@@ -219,7 +219,7 @@ function poll_form(&$node, $form_state) 
   $form['choice_wrapper'] = array(
     '#tree' => FALSE,
     '#weight' => -4,
-    '#prefix' => '<div class="clear-block" id="poll-choice-wrapper">',
+    '#prefix' => '<div class="clearfix" id="poll-choice-wrapper">',
     '#suffix' => '</div>',
   );
 
Index: modules/profile/profile-listing.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/profile/profile-listing.tpl.php,v
retrieving revision 1.4
diff -u -p -r1.4 profile-listing.tpl.php
--- modules/profile/profile-listing.tpl.php	13 Oct 2008 12:31:42 -0000	1.4
+++ modules/profile/profile-listing.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -36,7 +36,7 @@
  * @see template_preprocess_profile_listing()
  */
 ?>
-<div class="profile clear-block">
+<div class="profile clearfix">
   <?php print $picture; ?>
 
   <div class="name">
Index: modules/system/defaults.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/defaults.css,v
retrieving revision 1.5
diff -u -p -r1.5 defaults.css
--- modules/system/defaults.css	2 Oct 2007 12:10:40 -0000	1.5
+++ modules/system/defaults.css	17 Feb 2009 13:23:07 -0000
@@ -31,7 +31,7 @@ th {
 ** Markup free clearing
 ** Details: http://www.positioniseverything.net/easyclearing.html
 */
-.clear-block:after {
+.clearfix:after {
   content: ".";
   display: block;
   height: 0;
@@ -39,15 +39,15 @@ th {
   visibility: hidden;
 }
 
-.clear-block {
+.clearfix {
   display: inline-block;
 }
 
 /* Hides from IE-mac \*/
-* html .clear-block {
+* html .clearfix {
   height: 1%;
 }
-.clear-block {
+.clearfix {
   display: block;
 }
 /* End hide from IE-mac */
Index: modules/system/maintenance-page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/maintenance-page.tpl.php,v
retrieving revision 1.4
diff -u -p -r1.4 maintenance-page.tpl.php
--- modules/system/maintenance-page.tpl.php	13 Oct 2008 12:31:43 -0000	1.4
+++ modules/system/maintenance-page.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -55,7 +55,7 @@
 
     </div> <!-- /header -->
 
-    <div id="container" class="clear-block">
+    <div id="container" class="clearfix">
 
       <?php if (!empty($left)): ?>
         <div id="sidebar-left" class="column sidebar">
@@ -68,7 +68,7 @@
         <div id="content">
           <?php if (!empty($title)): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?>
           <?php if (!empty($messages)): print $messages; endif; ?>
-          <div id="content-content" class="clear-block">
+          <div id="content-content" class="clearfix">
             <?php print $content; ?>
           </div> <!-- /content-content -->
         </div> <!-- /content -->
Index: modules/system/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/page.tpl.php,v
retrieving revision 1.15
diff -u -p -r1.15 page.tpl.php
--- modules/system/page.tpl.php	22 Jan 2009 12:52:50 -0000	1.15
+++ modules/system/page.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -120,17 +120,17 @@
 
     </div> <!-- /header -->
 
-    <div id="container" class="clear-block">
+    <div id="container" class="clearfix">
 
       <div id="navigation" class="menu <?php if (!empty($main_menu)) { print "withmain"; } if (!empty($secondary_menu)) { print " withsecondary"; } ?> ">
         <?php if (!empty($main_menu)): ?>
-          <div id="main-menu" class="clear-block">
+          <div id="main-menu" class="clearfix">
             <?php print theme('links', $main_menu, array('class' => 'links main-menu')); ?>
           </div>
         <?php endif; ?>
 
         <?php if (!empty($secondary_menu)): ?>
-          <div id="secondary-menu" class="clear-block">
+          <div id="secondary-menu" class="clearfix">
             <?php print theme('links', $secondary_menu, array('class' => 'links secondary-menu')); ?>
           </div>
         <?php endif; ?>
@@ -151,7 +151,7 @@
           <?php if (!empty($tabs)): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>
           <?php if (!empty($messages)): print $messages; endif; ?>
           <?php if (!empty($help)): print $help; endif; ?>
-          <div id="content-content" class="clear-block">
+          <div id="content-content" class="clearfix">
             <?php print $content; ?>
           </div> <!-- /content-content -->
           <?php print $feed_icons; ?>
Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.125
diff -u -p -r1.125 system.admin.inc
--- modules/system/system.admin.inc	11 Feb 2009 05:33:18 -0000	1.125
+++ modules/system/system.admin.inc	17 Feb 2009 13:23:07 -0000
@@ -1983,11 +1983,11 @@ function theme_admin_page($blocks) {
     }
   }
 
-  $output = '<div class="admin clear-block">';
+  $output = '<div class="admin clearfix">';
   $output .= theme('system_compact_link');
 
   foreach ($container as $id => $data) {
-    $output .= '<div class="' . $id . ' clear-block">';
+    $output .= '<div class="' . $id . ' clearfix">';
     $output .= $data;
     $output .= '</div>';
   }
@@ -2031,9 +2031,9 @@ function theme_system_admin_by_module($m
     }
   }
 
-  $output = '<div class="admin clear-block">';
+  $output = '<div class="admin clearfix">';
   foreach ($container as $id => $data) {
-    $output .= '<div class="' . $id . ' clear-block">';
+    $output .= '<div class="' . $id . ' clearfix">';
     $output .= $data;
     $output .= '</div>';
   }
Index: modules/user/user.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.admin.inc,v
retrieving revision 1.37
diff -u -p -r1.37 user.admin.inc
--- modules/user/user.admin.inc	3 Feb 2009 18:55:32 -0000	1.37
+++ modules/user/user.admin.inc	17 Feb 2009 13:23:07 -0000
@@ -836,7 +836,7 @@ function theme_user_filter_form($form) {
  * @ingroup themeable
  */
 function theme_user_filters($form) {
-  $output = '<ul class="clear-block">';
+  $output = '<ul class="clearfix">';
   if (!empty($form['current'])) {
     foreach (element_children($form['current']) as $key) {
       $output .= '<li>' . drupal_render($form['current'][$key]) . '</li>';
Index: themes/bluemarine/comment.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/bluemarine/comment.tpl.php,v
retrieving revision 1.8
diff -u -p -r1.8 comment.tpl.php
--- themes/bluemarine/comment.tpl.php	14 Apr 2008 17:48:44 -0000	1.8
+++ themes/bluemarine/comment.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -10,7 +10,7 @@
     <div class="content">
      <?php print $content; ?>
      <?php if ($signature): ?>
-      <div class="clear-block">
+      <div class="clearfix">
        <div>—</div>
        <?php print $signature ?>
       </div>
Index: themes/bluemarine/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/bluemarine/page.tpl.php,v
retrieving revision 1.32
diff -u -p -r1.32 page.tpl.php
--- themes/bluemarine/page.tpl.php	24 Nov 2008 15:27:12 -0000	1.32
+++ themes/bluemarine/page.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -12,7 +12,7 @@
 </head>
 
 <body class="<?php print $body_classes; ?>">
-  <div id="header" class="clear-block">
+  <div id="header" class="clearfix">
     <?php if ($search_box) { ?><div class="search-box"><?php print $search_box ?></div><?php }; ?>
     <?php if ($logo) { ?><a class="logo" href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?>
     <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php }; ?>
Index: themes/chameleon/chameleon.theme
===================================================================
RCS file: /cvs/drupal/drupal/themes/chameleon/chameleon.theme,v
retrieving revision 1.88
diff -u -p -r1.88 chameleon.theme
--- themes/chameleon/chameleon.theme	26 Jan 2009 14:08:44 -0000	1.88
+++ themes/chameleon/chameleon.theme	17 Feb 2009 13:23:07 -0000
@@ -170,7 +170,7 @@ function chameleon_comment($comment, $no
   $output .= " <h3 class=\"title\">" . l($comment->subject, $_GET['q'], array('fragment' => "comment-$comment->cid")) . "</h3>\n";
   $output .= " <div class=\"content\">" . $comment->comment;
   if (!empty($comment->signature)) {
-    $output .= "  <div class=\"clear-block\">";
+    $output .= "  <div class=\"clearfix\">";
     $output .= "<div>—</div>\n";
     $output .= $comment->signature . "\n";
     $output .= "  </div>\n";
Index: themes/garland/block.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/block.tpl.php,v
retrieving revision 1.4
diff -u -p -r1.4 block.tpl.php
--- themes/garland/block.tpl.php	14 Apr 2008 17:48:46 -0000	1.4
+++ themes/garland/block.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -1,7 +1,7 @@
 <?php
 // $Id: block.tpl.php,v 1.4 2008/04/14 17:48:46 dries Exp $
 ?>
-<div id="block-<?php print $block->module . '-' . $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
+<div id="block-<?php print $block->module . '-' . $block->delta; ?>" class="clearfix block block-<?php print $block->module ?>">
 
 <?php if (!empty($block->subject)): ?>
   <h2><?php print $block->subject ?></h2>
Index: themes/garland/comment.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/comment.tpl.php,v
retrieving revision 1.11
diff -u -p -r1.11 comment.tpl.php
--- themes/garland/comment.tpl.php	14 Apr 2008 17:48:46 -0000	1.11
+++ themes/garland/comment.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -3,7 +3,7 @@
 ?>
 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' ' . $status; print ' ' . $zebra; ?>">
 
-  <div class="clear-block">
+  <div class="clearfix">
   <?php if ($submitted): ?>
     <span class="submitted"><?php print $submitted; ?></span>
   <?php endif; ?>
@@ -19,7 +19,7 @@
     <div class="content">
       <?php print $content ?>
       <?php if ($signature): ?>
-      <div class="clear-block">
+      <div class="clearfix">
         <div>—</div>
         <?php print $signature ?>
       </div>
Index: themes/garland/maintenance-page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/maintenance-page.tpl.php,v
retrieving revision 1.7
diff -u -p -r1.7 maintenance-page.tpl.php
--- themes/garland/maintenance-page.tpl.php	13 Oct 2008 12:31:43 -0000	1.7
+++ themes/garland/maintenance-page.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -27,10 +27,10 @@
   <body class="<?php print $body_classes ?>">
 
 <!-- Layout -->
-  <div id="header-region" class="clear-block"><?php print $header; ?></div>
+  <div id="header-region" class="clearfix"><?php print $header; ?></div>
 
     <div id="wrapper">
-    <div id="container" class="clear-block">
+    <div id="container" class="clearfix">
 
       <div id="header">
         <div id="logo-floater">
@@ -72,7 +72,7 @@
           <?php if ($title): ?><h2><?php print $title ?></h2><?php endif; ?>
           <?php print $messages; ?>
           <?php print $help; ?>
-          <div class="clear-block">
+          <div class="clearfix">
             <?php print $content ?>
           </div>
           <div id="footer"><?php print $footer_message . $footer ?></div>
Index: themes/garland/node.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/node.tpl.php,v
retrieving revision 1.8
diff -u -p -r1.8 node.tpl.php
--- themes/garland/node.tpl.php	26 Jan 2009 14:08:44 -0000	1.8
+++ themes/garland/node.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -13,11 +13,11 @@
     <span class="submitted"><?php print $submitted; ?></span>
   <?php endif; ?>
 
-  <div class="content clear-block">
+  <div class="content clearfix">
     <?php print $content ?>
   </div>
 
-  <div class="clear-block">
+  <div class="clearfix">
     <div class="meta">
     <?php if ($terms): ?>
       <div class="terms"><?php print $terms ?></div>
Index: themes/garland/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/page.tpl.php,v
retrieving revision 1.23
diff -u -p -r1.23 page.tpl.php
--- themes/garland/page.tpl.php	24 Nov 2008 15:27:13 -0000	1.23
+++ themes/garland/page.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -15,10 +15,10 @@
   </head>
   <body class="<?php print $body_classes ?>">
 
-  <div id="header-region" class="clear-block"><?php print $header ?></div>
+  <div id="header-region" class="clearfix"><?php print $header ?></div>
 
   <div id="wrapper">
-    <div id="container" class="clear-block">
+    <div id="container" class="clearfix">
 
       <div id="header">
         <div id="logo-floater">
@@ -46,13 +46,13 @@
       <div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
           <?php print $breadcrumb; ?>
           <?php if ($mission): ?><div id="mission"><?php print $mission ?></div><?php endif; ?>
-          <?php if ($tabs): ?><div id="tabs-wrapper" class="clear-block"><?php endif; ?>
+          <?php if ($tabs): ?><div id="tabs-wrapper" class="clearfix"><?php endif; ?>
           <?php if ($title): ?><h2<?php print $tabs ? ' class="with-tabs"' : '' ?>><?php print $title ?></h2><?php endif; ?>
           <?php if ($tabs): ?><ul class="tabs primary"><?php print $tabs ?></ul></div><?php endif; ?>
           <?php if ($tabs2): ?><ul class="tabs secondary"><?php print $tabs2 ?></ul><?php endif; ?>
           <?php if ($show_messages && $messages): print $messages; endif; ?>
           <?php print $help; ?>
-          <div class="clear-block">
+          <div class="clearfix">
             <?php print $content ?>
           </div>
           <?php print $feed_icons ?>
Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.47
diff -u -p -r1.47 style.css
--- themes/garland/style.css	19 Dec 2008 15:42:26 -0000	1.47
+++ themes/garland/style.css	17 Feb 2009 13:23:07 -0000
@@ -145,7 +145,7 @@ ol.task-list li.active {
   margin-right: 1em; /* LTR */
 }
 
-fieldset ul.clear-block li {
+fieldset ul.clearfix li {
   margin: 0;
   padding: 0;
   background-image: none;
Index: themes/pushbutton/comment.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/pushbutton/comment.tpl.php,v
retrieving revision 1.7
diff -u -p -r1.7 comment.tpl.php
--- themes/pushbutton/comment.tpl.php	14 Apr 2008 17:48:46 -0000	1.7
+++ themes/pushbutton/comment.tpl.php	17 Feb 2009 13:23:07 -0000
@@ -10,7 +10,7 @@
   <div class="content">
     <?php print $content ?>
     <?php if ($signature): ?>
-      <div class="clear-block">
+      <div class="clearfix">
         <div>—</div>
         <?php print $signature ?>
       </div>
