diff options
| author | Mark Otto <[email protected]> | 2012-12-20 21:44:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-20 21:44:45 -0800 |
| commit | 7c04d573d0a08a365f3350c9d52d7cc870f702be (patch) | |
| tree | 945426f8ffede814dbfbca2d525e1c2101298221 /docs/components.html | |
| parent | 5d4e7184466a46d7844c8156edda5a7ccef54aad (diff) | |
| download | bootstrap-7c04d573d0a08a365f3350c9d52d7cc870f702be.tar.xz bootstrap-7c04d573d0a08a365f3350c9d52d7cc870f702be.zip | |
update docs regarding normalize and clearfix
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 5 |
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; |
