diff --git a/docs/components.html b/docs/components.html index 0f375ebfa1..ac9dc91ce2 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2138,17 +2138,16 @@ class="muted"

.clearfix

-

Clear the float on any element

+

Clear the float on any element.

 class="clearfix"
 
 .clearfix {
-  *zoom: 1;
   &:before,
   &:after {
+    content: " ";
     display: table;
-    content: "";
   }
   &:after {
     clear: both;
diff --git a/docs/css.html b/docs/css.html
index 25a8134fa5..a3133026d7 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -125,8 +125,8 @@
           
           

These styles can be found within scaffolding.less.

-

Reset via Normalize

-

With Bootstrap 2, the old reset block has been dropped in favor of Normalize.css, a project by Nicolas Gallagher and Jonathan Neal that also powers the HTML5 Boilerplate. While we use much of Normalize within our reset.less, we have removed some elements specifically for Bootstrap.

+

Normalize reset

+

For improved cross-browser rendering, we use Normalize, a project by Nicolas Gallagher and Jonathan Neal.

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index a85f539003..4db9d84dce 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -2070,17 +2070,16 @@ class="muted"

.clearfix

-

Clear the float on any element

+

Clear the float on any element.

 class="clearfix"
 
 .clearfix {
-  *zoom: 1;
   &:before,
   &:after {
+    content: " ";
     display: table;
-    content: "";
   }
   &:after {
     clear: both;
diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache
index 2481646a1a..30b0e68e60 100644
--- a/docs/templates/pages/css.mustache
+++ b/docs/templates/pages/css.mustache
@@ -57,8 +57,8 @@
           
           

These styles can be found within scaffolding.less.

-

Reset via Normalize

-

With Bootstrap 2, the old reset block has been dropped in favor of Normalize.css, a project by Nicolas Gallagher and Jonathan Neal that also powers the HTML5 Boilerplate. While we use much of Normalize within our reset.less, we have removed some elements specifically for Bootstrap.

+

Normalize reset

+

For improved cross-browser rendering, we use Normalize, a project by Nicolas Gallagher and Jonathan Neal.