aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-29 23:32:38 -0800
committerMark Otto <[email protected]>2012-11-29 23:32:38 -0800
commitfe7b6decb17786c2cd1ce80205d06ad7a3f8ba0e (patch)
tree840c9dad3663d19fbfd8e718927e4edcab7aeeea /less
parent322a56354fdc576492769c631cb7af51edcb7a68 (diff)
parentddd154481bc9341668f236ca071c936803e43f7a (diff)
downloadbootstrap-fe7b6decb17786c2cd1ce80205d06ad7a3f8ba0e.tar.xz
bootstrap-fe7b6decb17786c2cd1ce80205d06ad7a3f8ba0e.zip
Merge pull request #6039 from desheikh/2.2.2-wip
help-block margin-top should also apply after a span.uneditable-input
Diffstat (limited to 'less')
-rw-r--r--less/forms.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 172ed027d..4e7617365 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.uneditable-input {
+ .help-block {
margin-top: @baseLineHeight / 2;
}