]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use form-group margin variable 15728/head
authorKevin Kirsche <kkirsche@ansfederal.com>
Mon, 2 Feb 2015 20:16:26 +0000 (15:16 -0500)
committerKevin Kirsche <kkirsche@ansfederal.com>
Mon, 2 Feb 2015 20:16:26 +0000 (15:16 -0500)
less/forms.less

index 3138c2c518ab7b3a300c1a23e8b6fe7ff1f8cd63..0017dfd41db8cfbe6c227f3af5d1f5194ae6fd1f 100644 (file)
@@ -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;
 }