diff --git a/docs/components.html b/docs/components.html index 0f375ebfa..ac9dc91ce 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2138,17 +2138,16 @@ class="muted"
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 25a8134fa..a3133026d 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 a85f53900..4db9d84dc 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -2070,17 +2070,16 @@ class="muted"
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 2481646a1..30b0e68e6 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.