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 /less | |
| parent | 88c2497368f601e87ba2c1ec3b2e215c1f038975 (diff) | |
| download | bootstrap-a367fd4938a50c99cb8e45e048a20d0a6459a786.tar.xz bootstrap-a367fd4938a50c99cb8e45e048a20d0a6459a786.zip | |
Fixes #5925: Adjust top margin of input group in navbar
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
