From: Дмитро Будник Date: Thu, 27 Mar 2014 09:54:39 +0000 (+0200) Subject: fix doc typo X-Git-Tag: v3.2.0~304^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=015569a138e2de222e7d0d7abbf1b4d91364e9c3;p=thirdparty%2Fbootstrap.git fix doc typo one can find correct name of variable just few lines below the typo --- diff --git a/less/mixins/forms.less b/less/mixins/forms.less index 3c260f52d3..e36c4a8cf6 100644 --- a/less/mixins/forms.less +++ b/less/mixins/forms.less @@ -39,7 +39,7 @@ // Form control focus state // // Generate a customized focus state and for any input with the specified color, -// which defaults to the `@input-focus-border` variable. +// which defaults to the `@input-border-focus` variable. // // We highly encourage you to not customize the default value, but instead use // this to tweak colors on an as-needed basis. This aesthetic change is based on