]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #13356: clarify use of clearfix on parents
authorMark Otto <otto@github.com>
Wed, 11 Jun 2014 06:06:25 +0000 (23:06 -0700)
committerMark Otto <otto@github.com>
Wed, 11 Jun 2014 06:06:25 +0000 (23:06 -0700)
docs/_includes/css/helpers.html

index 043dad9ff1bad00cbfe43ae94ea8d62ec3f7e27c..9b7223740674e3a18e38d9c56faef450fb2b26d1 100644 (file)
 
 
   <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>