From 597d9e8965c71b89543602300474999701f06ab4 Mon Sep 17 00:00:00 2001 From: mo Date: Mon, 25 Mar 2013 18:13:13 -0700 Subject: [PATCH] Fixed the navbar toggle in example templates by changing all the ".btn .btn-navbar" to ".navbar-toggle" --- carousel.html | 4 ++-- jumbotron.html | 2 +- starter-template.html | 2 +- sticky-footer-navbar.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 {