mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Button up navbar form which was adding 2px padding to .navbar
This commit is contained in:
parent
fe5150d5dc
commit
b02a0fe768
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@ -3016,8 +3016,8 @@ button.close {
|
||||
}
|
||||
|
||||
.navbar-form {
|
||||
margin-top: 9px;
|
||||
margin-bottom: 9px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.navbar .nav > li > .dropdown-menu {
|
||||
|
@ -113,7 +113,7 @@
|
||||
|
||||
// Navbar form
|
||||
.navbar-form {
|
||||
.navbar-vertical-align(32px); // Vertically center in navbar
|
||||
.navbar-vertical-align(34px); // Vertically center in navbar
|
||||
}
|
||||
|
||||
// Dropdown menus
|
||||
|
Loading…
x
Reference in New Issue
Block a user