aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-16 01:19:15 -0800
committerMark Otto <[email protected]>2012-11-16 01:19:15 -0800
commita367fd4938a50c99cb8e45e048a20d0a6459a786 (patch)
tree8d98c18f96bd511940cc7f99f2b43045431b87ec /less
parent88c2497368f601e87ba2c1ec3b2e215c1f038975 (diff)
downloadbootstrap-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.less2
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