From: Zulfiqar Ali Date: Mon, 26 Nov 2012 23:30:54 +0000 (+0800) Subject: help-block margin-top should also apply after a span.input X-Git-Tag: v2.2.2~38^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6018%2Fhead;p=thirdparty%2Fbootstrap.git help-block margin-top should also apply after a span.input --- diff --git a/less/forms.less b/less/forms.less index 172ed027dc..6a8edfb676 100644 --- a/less/forms.less +++ b/less/forms.less @@ -672,7 +672,8 @@ legend + .control-group { // And apply it only to .help-block instances that follow a form control input, select, - textarea { + textarea, + span.input { + .help-block { margin-top: @baseLineHeight / 2; }