2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1 -1
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