diff options
| author | Kevin Kirsche <[email protected]> | 2015-02-02 15:13:01 -0500 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-02-02 15:13:01 -0500 |
| commit | 99fc85e8d0c43b201efc265c64dcea50c5a85861 (patch) | |
| tree | 929cf655c114552f2d183307790d17f679e349e6 | |
| parent | 33d8fde67cf9db663cc85b3990944109c5dcbe47 (diff) | |
| download | bootstrap-99fc85e8d0c43b201efc265c64dcea50c5a85861.tar.xz bootstrap-99fc85e8d0c43b201efc265c64dcea50c5a85861.zip | |
[Fix issue #15719] Add a variable for .form-group's margin-bottom
[Fix issue #15719] Add a variable for .form-group's margin-bottom
| -rw-r--r-- | less/variables.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index 002be6afb..a647983eb 100644 --- a/less/variables.less +++ b/less/variables.less @@ -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; |
