0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

Merge branch 'patch-1' of https://github.com/jholl/bootstrap into jholl-patch-1

This commit is contained in:
Mark Otto 2013-08-05 00:07:19 -07:00
commit 2a2acb6bf2

View File

@ -116,12 +116,12 @@
// Collapsible navbar toggle // Collapsible navbar toggle
.navbar-toggle { .navbar-toggle {
position: absolute; position: relative;
top: floor((@navbar-height - 32) / 2); float: right;
right: 10px; height: 34px;
width: 48px; width: 48px;
height: 32px; .navbar-vertical-align(34px);
padding: 8px 12px; padding: @padding-base-vertical @padding-base-horizontal;
background-color: transparent; background-color: transparent;
border: 1px solid @navbar-toggle-border-color; border: 1px solid @navbar-toggle-border-color;
border-radius: @border-radius-base; border-radius: @border-radius-base;