From f77d0aa591d455159ae1d9927333227cf1ae0382 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 10 Jun 2014 23:06:25 -0700 Subject: [PATCH] fixes #13356: clarify use of clearfix on parents --- docs/_includes/css/helpers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}
...