diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index ebd162b67..1b658bf83 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index 19ab820f5..81c328352 100644 --- a/docs/components.html +++ b/docs/components.html @@ -741,7 +741,7 @@ </form>
Depending on the amount of content in your topbar, you might want to implement the responsive options. To do so, wrap your nav content in a containing div, .nav-collapse, and add the navbar toggle button, .btn-navbar.
Depending on the amount of content in your topbar, you might want to implement the responsive options. To do so, wrap your nav content in a containing div, .nav-collapse.collapse, and add the navbar toggle button, .btn-navbar.
<div class="navbar">
<div class="navbar-inner">
@@ -758,7 +758,7 @@
<a class="brand" href="#">Project name</a>
<!-- Everything you want hidden at 940px or less, place within here -->
- <div class="nav-collapse">
+ <div class="nav-collapse collapse">
<!-- .nav, .navbar-search, .navbar-form, etc -->
</div>