0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

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

This commit is contained in:
Mark Otto 2012-11-16 01:19:15 -08:00
parent 88c2497368
commit a367fd4938
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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