diff options
| author | Mark Otto <[email protected]> | 2017-08-20 14:08:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-20 14:08:57 -0700 |
| commit | d2973b37104fd360bfd7ae263a4f40f66abb5d27 (patch) | |
| tree | e92a3cca0927d197965119a0d4be1caac5244029 | |
| parent | 22f6ee52f04457755328d0230da01334dd48aa54 (diff) | |
| download | bootstrap-d2973b37104fd360bfd7ae263a4f40f66abb5d27.tar.xz bootstrap-d2973b37104fd360bfd7ae263a4f40f66abb5d27.zip | |
remove mention of clearfix source from docs, closes #23578
| -rw-r--r-- | docs/4.0/utilities/clearfix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/utilities/clearfix.md b/docs/4.0/utilities/clearfix.md index 5b5727b11..d9de7fdf4 100644 --- a/docs/4.0/utilities/clearfix.md +++ b/docs/4.0/utilities/clearfix.md @@ -6,7 +6,7 @@ group: utilities toc: true --- -Easily clear `float`s by adding `.clearfix` **to the parent element**. Utilizes [the micro clearfix](http://nicolasgallagher.com/micro-clearfix-hack/) as popularized by Nicolas Gallagher. Can also be used as a mixin. +Easily clear `float`s by adding `.clearfix` **to the parent element**. Can also be used as a mixin. {% highlight html %} <div class="clearfix">...</div> |
