@@ -1372,6 +1375,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
...
@@ -1372,6 +1375,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
</li>
</li>
</ul>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</nav>
{% endhighlight %}
{% endhighlight %}
...
@@ -1391,6 +1395,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
...
@@ -1391,6 +1395,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
<p>As a heads up, <code>.navbar-form</code> shares much of its code with <code>.form-inline</code> via mixin. <strongclass="text-danger">Some form controls, like input groups, may require fixed widths to be show up properly within a navbar.</strong></p>
<p>As a heads up, <code>.navbar-form</code> shares much of its code with <code>.form-inline</code> via mixin. <strongclass="text-danger">Some form controls, like input groups, may require fixed widths to be show up properly within a navbar.</strong></p>
@@ -1434,6 +1440,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
...
@@ -1434,6 +1440,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
<p>Add the <code>.navbar-btn</code> class to <code><button></code> elements not residing in a <code><form></code> to vertically center them in the navbar.</p>
<p>Add the <code>.navbar-btn</code> class to <code><button></code> elements not residing in a <code><form></code> to vertically center them in the navbar.</p>
@@ -1484,6 +1494,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
...
@@ -1484,6 +1494,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
<p>For folks using standard links that are not within the regular navbar navigation component, use the <code>.navbar-link</code> class to add the proper colors for the default and inverse navbar options.</p>
<p>For folks using standard links that are not within the regular navbar navigation component, use the <code>.navbar-link</code> class to add the proper colors for the default and inverse navbar options.</p>
@@ -476,6 +477,7 @@ $('#myModal').on('hidden.bs.modal', function (e) {
...
@@ -476,6 +477,7 @@ $('#myModal').on('hidden.bs.modal', function (e) {
</li>
</li>
</ul>
</ul>
</div><!-- /.nav-collapse -->
</div><!-- /.nav-collapse -->
</div><!-- /.container-fluid -->
</nav><!-- /navbar-example -->
</nav><!-- /navbar-example -->
</div><!-- /example -->
</div><!-- /example -->
...
@@ -606,6 +608,7 @@ $('#myDropdown').on('show.bs.dropdown', function () {
...
@@ -606,6 +608,7 @@ $('#myDropdown').on('show.bs.dropdown', function () {
<p>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.</p>
<p>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.</p>