Commit b02a0fe7 authored by Mark Otto's avatar Mark Otto

Button up navbar form which was adding 2px padding to .navbar

parent fe5150d5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment