Fixed extra margin on Navbar buttons.

This commit is contained in:
Bryan Petty
2012-04-10 15:19:10 -06:00
parent 4b81c0dff3
commit 5b85ed181a
3 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@
.navbarVerticalAlign(30px); // Vertically center in navbar
}
.btn-group .btn {
margin-top: 0; // then undo the margin here so we don't accidentally double it
margin: 0; // then undo the margin here so we don't accidentally double it
}
}