0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

fixes #4540: adjust vertical alignment of .btn-group in .navbar

This commit is contained in:
Mark Otto 2012-08-27 10:04:58 -07:00
parent 12d5c88c20
commit 96542f14ab
2 changed files with 2 additions and 2 deletions

View File

@ -4163,7 +4163,7 @@ input[type="submit"].btn.btn-mini {
.navbar .btn,
.navbar .btn-group {
margin-top: 6px;
margin-top: 5px;
}
.navbar .btn-group .btn {

View File

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