diff options
| author | Mark Otto <[email protected]> | 2012-11-16 01:19:15 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-16 01:19:15 -0800 |
| commit | a367fd4938a50c99cb8e45e048a20d0a6459a786 (patch) | |
| tree | 8d98c18f96bd511940cc7f99f2b43045431b87ec | |
| parent | 88c2497368f601e87ba2c1ec3b2e215c1f038975 (diff) | |
| download | bootstrap-a367fd4938a50c99cb8e45e048a20d0a6459a786.tar.xz bootstrap-a367fd4938a50c99cb8e45e048a20d0a6459a786.zip | |
Fixes #5925: Adjust top margin of input group in navbar
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/navbar.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b051c77cc..2da34b4ad 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; } diff --git a/less/navbar.less b/less/navbar.less index 3cc0ef203..2b186f10e 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -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 |
