From: Robert Burns Date: Mon, 29 Apr 2013 00:45:42 +0000 (-0400) Subject: Fix navbar-toggle after commit bbee78b30b40ff0b1473a06ea7ecf5a42d51b614 X-Git-Tag: v3.0.0-rc1~398^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7716%2Fhead;p=thirdparty%2Fbootstrap.git Fix navbar-toggle after commit bbee78b30b40ff0b1473a06ea7ecf5a42d51b614 The following commit introduced an issue with the navbar toggle placement: https://github.com/twitter/bootstrap/commit/bbee78b30b40ff0b1473a06ea7ecf5a42d51b614 --- diff --git a/less/navbar.less b/less/navbar.less index 8cd43c3008..39dd5f30e7 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -96,7 +96,7 @@ // Collapsible navbar toggle .navbar-toggle { position: absolute; - top: 18px; + top: 10px; right: 10px; padding: 8px 12px; background-color: transparent;