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
0c167a1d
Commit
0c167a1d
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#7474
: Use `@input-height-base` in `.navbar-vertical-align()` for `.navbar-form`
parent
35573db8
7 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8339
Fix broken links to navbar component in docs examples
,
!8157
Close Me: Docs "Customize and Download" button fix
,
!7964
commit fixes #7792
,
!8656
Added rel="stylesheet" to CDN-Examples
,
!8527
Inner properties move 1
,
!8245
Interactive color picker - Closed: request against wrong branch
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+2
-2
docs/assets/css/bootstrap.css
less/navbar.less
+1
-1
less/navbar.less
with
3 additions
and
3 deletions
+3
-3
docs/assets/css/bootstrap.css
+
2
-
2
View file @
0c167a1d
...
@@ -3462,8 +3462,8 @@ button.close {
...
@@ -3462,8 +3462,8 @@ button.close {
}
}
.navbar-form
{
.navbar-form
{
margin-top
:
8
px
;
margin-top
:
7
px
;
margin-bottom
:
8
px
;
margin-bottom
:
7
px
;
}
}
.navbar-form
input
,
.navbar-form
input
,
...
...
This diff is collapsed.
Click to expand it.
less/navbar.less
+
1
-
1
View file @
0c167a1d
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
// Navbar form
// Navbar form
.navbar-form {
.navbar-form {
.form-inline();
.form-inline();
.navbar-vertical-align(
34px
); // Vertically center in navbar
.navbar-vertical-align(
@input-height-base
); // Vertically center in navbar
}
}
// Dropdown menus
// Dropdown menus
...
...
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