aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-20 21:44:45 -0800
committerMark Otto <[email protected]>2012-12-20 21:44:45 -0800
commit7c04d573d0a08a365f3350c9d52d7cc870f702be (patch)
tree945426f8ffede814dbfbca2d525e1c2101298221 /docs/components.html
parent5d4e7184466a46d7844c8156edda5a7ccef54aad (diff)
downloadbootstrap-7c04d573d0a08a365f3350c9d52d7cc870f702be.tar.xz
bootstrap-7c04d573d0a08a365f3350c9d52d7cc870f702be.zip
update docs regarding normalize and clearfix
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/components.html b/docs/components.html
index 0f375ebfa..ac9dc91ce 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -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;