Update docs to reflect latest on .clearfix

This commit is contained in:
Mark Otto 2012-12-24 02:08:45 -08:00
parent d206ec1659
commit c063f7c9c2
2 changed files with 2 additions and 2 deletions

View File

@ -2116,7 +2116,7 @@ class="muted"
</pre>
<h4>.clearfix</h4>
<p>Clear the <code>float</code> on any element.</p>
<p>Clear the <code>float</code> on any element. Utilizes <a href="http://nicolasgallagher.com/micro-clearfix-hack/">the micro clearfix</a> as popularized by Nicollas Gallagher.</p>
<pre class="prettyprint linenums">
class="clearfix"
</pre>

View File

@ -2048,7 +2048,7 @@ class="muted"
</pre>
<h4>.clearfix</h4>
<p>Clear the <code>float</code> on any element.</p>
<p>Clear the <code>float</code> on any element. Utilizes <a href="http://nicolasgallagher.com/micro-clearfix-hack/">the micro clearfix</a> as popularized by Nicollas Gallagher.</p>
<pre class="prettyprint linenums">
class="clearfix"
</pre>