From: Mark Otto Date: Wed, 11 Jun 2014 06:06:25 +0000 (-0700) Subject: fixes #13356: clarify use of clearfix on parents X-Git-Tag: v3.2.0~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f77d0aa591d455159ae1d9927333227cf1ae0382;p=thirdparty%2Fbootstrap.git fixes #13356: clarify use of clearfix on parents --- diff --git a/docs/_includes/css/helpers.html b/docs/_includes/css/helpers.html index 043dad9ff1..9b72237406 100644 --- a/docs/_includes/css/helpers.html +++ b/docs/_includes/css/helpers.html @@ -116,7 +116,7 @@

Clearfix

-

Clear the float on any element with the .clearfix class. Utilizes the micro clearfix as popularized by Nicolas Gallagher. Can also be used as a mixin.

+

Easily clear floats by adding .clearfix to the parent element. Utilizes the micro clearfix as popularized by Nicolas Gallagher. Can also be used as a mixin.

{% highlight html %}
...