From: Mark Otto Date: Sun, 20 Aug 2017 21:08:57 +0000 (-0700) Subject: remove mention of clearfix source from docs, closes #23578 X-Git-Tag: v4.0.0-beta.2~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2973b37104fd360bfd7ae263a4f40f66abb5d27;p=thirdparty%2Fbootstrap.git remove mention of clearfix source from docs, closes #23578 --- diff --git a/docs/4.0/utilities/clearfix.md b/docs/4.0/utilities/clearfix.md index 5b5727b117..d9de7fdf47 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 %}
...