2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Fixes #6586: remove top 5px margin from navbar input group button groups

This commit is contained in:
Mark Otto
2013-01-15 10:27:30 -08:00
parent c34ef69100
commit a67c86e40f
2 changed files with 18 additions and 2 deletions
+3 -1
View File
@@ -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
}