diff options
| author | Mark Otto <[email protected]> | 2013-08-14 23:02:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-14 23:02:58 -0700 |
| commit | 0456e5e4b38e4b43a11da68d2e16187728dd05a0 (patch) | |
| tree | e959a3e2b2bad5e3fa30fca6a1faa7a27e8e9ec8 /less | |
| parent | c5ca743cb7a3e4ca17979854f35d21d91a7b6ef7 (diff) | |
| download | bootstrap-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.less | 2 |
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); } |
