From b0aef6cde00bf9bd951eb7c611043dbc815a58d7 Mon Sep 17 00:00:00 2001 From: Luis Aleman Date: Wed, 14 Aug 2013 14:30:35 -0400 Subject: [PATCH] Removed containers, and moved brand to after the navbar-toggle --- javascript.html | 124 +++++++++++++++++++++++------------------------- 1 file changed, 60 insertions(+), 64 deletions(-) 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

-- 2.47.2