From: Sean Dwyer Date: Fri, 11 Apr 2014 21:15:33 +0000 (-0700) Subject: Fix indent X-Git-Tag: v3.2.0~212^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f6c9f00691e9d536958f775b9bc72dc2b3f5c5;p=thirdparty%2Fbootstrap.git Fix indent --- diff --git a/less/forms.less b/less/forms.less index 15044cc499..335c1e0e81 100644 --- a/less/forms.less +++ b/less/forms.less @@ -324,7 +324,7 @@ input[type="checkbox"], // Reposition feedback icon if label is hidden with "screenreader only" state .has-feedback label.sr-only ~ .form-control-feedback { - top: 0; + top: 0; }