aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Kirsche <[email protected]>2015-02-02 15:16:26 -0500
committerKevin Kirsche <[email protected]>2015-02-02 15:16:26 -0500
commit8a9374325be23115c5b432acb2b04d4befdb7baf (patch)
tree139a5a300d469712a96146268722ca5f6dd7d32b
parent99fc85e8d0c43b201efc265c64dcea50c5a85861 (diff)
downloadbootstrap-8a9374325be23115c5b432acb2b04d4befdb7baf.tar.xz
bootstrap-8a9374325be23115c5b432acb2b04d4befdb7baf.zip
Use form-group margin variable
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 3138c2c51..0017dfd41 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -198,7 +198,7 @@ input[type="search"] {
// horizontal forms, use the predefined grid classes.
.form-group {
- margin-bottom: 15px;
+ margin-bottom: @form-group-margin-bottom;
}