mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
update docs regarding normalize and clearfix
This commit is contained in:
@@ -2138,17 +2138,16 @@ 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.</p>
|
||||
<pre class="prettyprint linenums">
|
||||
class="clearfix"
|
||||
</pre>
|
||||
<pre class="prettyprint linenums">
|
||||
.clearfix {
|
||||
*zoom: 1;
|
||||
&:before,
|
||||
&:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
content: "";
|
||||
}
|
||||
&:after {
|
||||
clear: both;
|
||||
|
||||
Reference in New Issue
Block a user