Commit 2a2acb6b authored by Mark Otto's avatar Mark Otto

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

parents 7f632ef5 744b79a6
...@@ -116,12 +116,12 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment