diff options
| author | Mark Otto <[email protected]> | 2014-06-10 23:06:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-10 23:06:25 -0700 |
| commit | f77d0aa591d455159ae1d9927333227cf1ae0382 (patch) | |
| tree | 23a15b0463c38524826e1ea6ae11d8c7b0b038bd | |
| parent | 5c1357b3e96bfa87994251ee97bef6e7315b6b83 (diff) | |
| download | bootstrap-f77d0aa591d455159ae1d9927333227cf1ae0382.tar.xz bootstrap-f77d0aa591d455159ae1d9927333227cf1ae0382.zip | |
fixes #13356: clarify use of clearfix on parents
| -rw-r--r-- | docs/_includes/css/helpers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/helpers.html b/docs/_includes/css/helpers.html index 043dad9ff..9b7223740 100644 --- a/docs/_includes/css/helpers.html +++ b/docs/_includes/css/helpers.html @@ -116,7 +116,7 @@ <h3 id="helper-classes-clearfix">Clearfix</h3> - <p>Clear the <code>float</code> on any element with the <code>.clearfix</code> class. Utilizes <a href="http://nicolasgallagher.com/micro-clearfix-hack/">the micro clearfix</a> as popularized by Nicolas Gallagher. Can also be used as a mixin.</p> + <p>Easily clear <code>float</code>s by adding <code>.clearfix</code> <strong>to the parent element</strong>. Utilizes <a href="http://nicolasgallagher.com/micro-clearfix-hack/">the micro clearfix</a> as popularized by Nicolas Gallagher. Can also be used as a mixin.</p> {% highlight html %} <!-- Usage as a class --> <div class="clearfix">...</div> |
