]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix navbar-toggle after commit bbee78b30b40ff0b1473a06ea7ecf5a42d51b614 7716/head
authorRobert Burns <burnsra@gmail.com>
Mon, 29 Apr 2013 00:45:42 +0000 (20:45 -0400)
committerRobert Burns <burnsra@gmail.com>
Mon, 29 Apr 2013 00:45:42 +0000 (20:45 -0400)
The following commit introduced an issue with the navbar toggle placement:
https://github.com/twitter/bootstrap/commit/bbee78b30b40ff0b1473a06ea7ecf5a42d51b614

less/navbar.less

index 8cd43c30080eec00d1e044b38bdcd0a309fed265..39dd5f30e79f3cc11c3fc4da9c6ac297b5f17a04 100644 (file)
@@ -96,7 +96,7 @@
 // Collapsible navbar toggle
 .navbar-toggle {
   position: absolute;
-  top: 18px;
+  top: 10px;
   right: 10px;
   padding: 8px 12px;
   background-color: transparent;