Skip to content

Commit

Permalink
(less) Fixes twbs#6586: remove top 5px margin from navbar input group…
Browse files Browse the repository at this point in the history
… button groups
  • Loading branch information
mdo committed Jan 15, 2013
1 parent e9ccb36 commit ff3aaf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
margin-top: 0; // then undo the margin here so we don't accidentally double it
}

Expand Down

0 comments on commit ff3aaf8

Please sign in to comment.