Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-11-30 11:39:33 +0400
committerMark Otto <otto@github.com>2012-11-30 11:39:33 +0400
commitbca3ff4ed6f42701ceae1405f518c35ec8c623be (patch)
treeb92cc1ad9d26194028944324d6cdbd9b24a56e37 /less
parentf087b3428c6b48ee34b8da3991fc692e04719898 (diff)
Fixes #5853: Maintain 10px margin above help block when following input groups
Diffstat (limited to 'less')
-rw-r--r--less/forms.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 1e1a04bdfb..2dff229191 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -673,7 +673,9 @@ legend + .control-group {
input,
select,
textarea,
- .uneditable-input {
+ .uneditable-input,
+ .input-prepend,
+ .input-append {
+ .help-block {
margin-top: @baseLineHeight / 2;
}