2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fixes #9508: use navbar align mixin for buttons to get correct top/bottom spacing

This commit is contained in:
Mark Otto
2013-08-14 23:02:58 -07:00
parent c5ca743cb7
commit 0456e5e4b3
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -378,7 +378,7 @@
// Vertically center a button within a navbar (when *not* in a form).
.navbar-btn {
margin-top: ((@navbar-height - @input-height-base) / 2);
.navbar-vertical-align(@input-height-base);
}