]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
[Fix issue #15719] Add a variable for .form-group's margin-bottom
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Mon, 2 Feb 2015 20:13:01 +0000 (15:13 -0500)
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Mon, 2 Feb 2015 20:13:01 +0000 (15:13 -0500)
[Fix issue #15719] Add a variable for .form-group's margin-bottom

less/variables.less

index 002be6afb22afdfc910ca3438f12802d2af410c8..a647983eb1e4faf2289d69f29fa75c6f34f7a824 100644 (file)
 //** Small `.form-control` height
 @input-height-small:             (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
 
+//** `.form-group` margin
+@form-group-margin-bottom:       15px;
+
 @legend-color:                   @gray-dark;
 @legend-border-color:            #e5e5e5;