aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-14 23:02:58 -0700
committerMark Otto <[email protected]>2013-08-14 23:02:58 -0700
commit0456e5e4b38e4b43a11da68d2e16187728dd05a0 (patch)
treee959a3e2b2bad5e3fa30fca6a1faa7a27e8e9ec8 /less
parentc5ca743cb7a3e4ca17979854f35d21d91a7b6ef7 (diff)
downloadbootstrap-0456e5e4b38e4b43a11da68d2e16187728dd05a0.tar.xz
bootstrap-0456e5e4b38e4b43a11da68d2e16187728dd05a0.zip
fixes #9508: use navbar align mixin for buttons to get correct top/bottom spacing
Diffstat (limited to 'less')
-rw-r--r--less/navbar.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less
index c8ab44cce..9ac5edbe9 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -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);
}