2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Merge pull request #15728 from kkirsche/patch-11

[Fix Issue #15719] Add a variable for .form-group's margin-bottom
This commit is contained in:
Mark Otto
2015-02-08 16:27:52 -08:00
2 changed files with 4 additions and 1 deletions
+1 -1
View 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;
}
+3
View File
@@ -207,6 +207,9 @@
//** 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;