Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
8ef21c73
Commit
8ef21c73
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #15728 from kkirsche/patch-11
[Fix Issue
#15719
] Add a variable for .form-group's margin-bottom
parents
9e1e73f9
8a937432
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
less/forms.less
+1
-1
less/forms.less
less/variables.less
+3
-0
less/variables.less
with
4 additions
and
1 deletion
+4
-1
less/forms.less
+
1
-
1
View file @
8ef21c73
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
3
-
0
View file @
8ef21c73
...
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets