diff options
| author | Zulfiqar Ali <[email protected]> | 2012-11-27 07:30:54 +0800 |
|---|---|---|
| committer | Zulfiqar Ali <[email protected]> | 2012-11-27 07:30:54 +0800 |
| commit | 701f871e7db41a8c427b84fb045f89d1656f758d (patch) | |
| tree | 882ef1c7df97c71dd7f20b633816c8ef4d5584c6 /less/forms.less | |
| parent | e0d0190803398ce12b2fe88e31e45993b35cf17e (diff) | |
| download | bootstrap-701f871e7db41a8c427b84fb045f89d1656f758d.tar.xz bootstrap-701f871e7db41a8c427b84fb045f89d1656f758d.zip | |
help-block margin-top should also apply after a span.input
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 172ed027d..6a8edfb67 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; } |
