Commit a367fd49 authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #5925: Adjust top margin of input group in navbar

parent 88c24973
Showing with 2 additions and 2 deletions
+2 -2
......@@ -4384,7 +4384,7 @@ input[type="submit"].btn.btn-mini {
.navbar-form .input-append,
.navbar-form .input-prepend {
margin-top: 6px;
margin-top: 5px;
white-space: nowrap;
}
......
......@@ -123,7 +123,7 @@
}
.input-append,
.input-prepend {
margin-top: 6px;
margin-top: 5px;
white-space: nowrap; // preven two items from separating within a .navbar-form that has .pull-left
input {
margin-top: 0; // remove the margin on top since it's on the parent
......
Supports Markdown
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