From: mo Date: Tue, 26 Mar 2013 01:13:13 +0000 (-0700) Subject: Fixed the navbar toggle in example templates by changing all the ".btn .btn-navbar... X-Git-Tag: v3.0.0~81^2~11^2~1^2~55^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=597d9e8965c71b89543602300474999701f06ab4;p=thirdparty%2Fbootstrap.git Fixed the navbar toggle in example templates by changing all the ".btn .btn-navbar" to ".navbar-toggle" --- diff --git a/carousel.html b/carousel.html index d3b1ece9de..423fdc6d37 100644 --- a/carousel.html +++ b/carousel.html @@ -56,7 +56,7 @@ body { } /* Offset the responsive button for proper vertical alignment */ -.navbar .btn-navbar { +.navbar .navbar-toggle { margin-top: 10px; } @@ -258,7 +258,7 @@ body {