aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
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;