2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Use form-group margin variable

This commit is contained in:
Kevin Kirsche
2015-02-02 15:16:26 -05:00
parent 99fc85e8d0
commit 8a9374325b
+1 -1
View File
@@ -198,7 +198,7 @@ input[type="search"] {
// horizontal forms, use the predefined grid classes. // horizontal forms, use the predefined grid classes.
.form-group { .form-group {
margin-bottom: 15px; margin-bottom: @form-group-margin-bottom;
} }