From: Quy Ton Date: Mon, 17 Nov 2014 16:05:26 +0000 (-0800) Subject: Fix name spelling X-Git-Tag: v3.3.2~54^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15156%2Fhead;p=thirdparty%2Fbootstrap.git Fix name spelling --- diff --git a/docs/_includes/css/less.html b/docs/_includes/css/less.html index 20aac061a1..71cae072c8 100644 --- a/docs/_includes/css/less.html +++ b/docs/_includes/css/less.html @@ -390,7 +390,7 @@ a {

Utility mixins are mixins that combine otherwise unrelated CSS properties to achieve a specific goal or task.

Clearfix

-

Forget adding class="clearfix" to any element and instead add the .clearfix() mixin where appropriate. Uses the micro clearfix from Nicolas Gallager.

+

Forget adding class="clearfix" to any element and instead add the .clearfix() mixin where appropriate. Uses the micro clearfix from Nicolas Gallagher.

{% highlight scss %} // Mixin .clearfix() {