]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
help-block margin-top should also apply after a span.input 6018/head
authorZulfiqar Ali <desheikh@gmail.com>
Mon, 26 Nov 2012 23:30:54 +0000 (07:30 +0800)
committerZulfiqar Ali <desheikh@gmail.com>
Mon, 26 Nov 2012 23:30:54 +0000 (07:30 +0800)
less/forms.less

index 172ed027dcae6e98735cfd7641a957f874a0437d..6a8edfb67658080fd1c112ab5e42f3b42de2bfb7 100644 (file)
@@ -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;
     }