From 8a9374325be23115c5b432acb2b04d4befdb7baf Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Mon, 2 Feb 2015 15:16:26 -0500 Subject: [PATCH] Use form-group margin variable --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forms.less b/less/forms.less index 3138c2c518..0017dfd41d 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; } -- 2.47.2