From ab09fb25b9b56cc9d02091697f59551c0cc0482d Mon Sep 17 00:00:00 2001 From: mo Date: Mon, 25 Mar 2013 18:13:13 -0700 Subject: Fixed the navbar toggle in example templates by changing all the ".btn .btn-navbar" to ".navbar-toggle" --- docs/examples/carousel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/carousel.html') diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index d3b1ece9d..423fdc6d3 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/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 {