From: Luis Aleman Date: Wed, 14 Aug 2013 18:30:35 +0000 (-0400) Subject: Removed containers, and moved brand to after the navbar-toggle X-Git-Tag: v3.0.0~81^2~66^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9521%2Fhead;p=thirdparty%2Fbootstrap.git Removed containers, and moved brand to after the navbar-toggle --- diff --git a/javascript.html b/javascript.html index 707c7329ab..2d930cde2b 100644 --- a/javascript.html +++ b/javascript.html @@ -356,53 +356,51 @@ $('#myModal').on('hidden.bs.modal', function () {

Within a navbar

@@ -529,24 +527,22 @@ $('#myDropdown').on('show.bs.dropdown', function () {

The ScrollSpy plugin is for automatically updating nav targets based on scroll position. Scroll the area below the navbar and watch the active class change. The dropdown sub items will be highlighted as well.

@fat