@@ -69,26 +69,26 @@ Add an `.inline-form` within the navbar with nearly any combination of form cont
### Containers
Although it's not required, you can wrap a navbar in a `.container`or add one within for basic horizontal control.
Although it's not required, you can wrap a navbar in a `.container`to center it on a page, or add one within to only center the contents of the navbar.
{% example html %}
<navclass="navbar navbar-default">
<divclass="container">
<divclass="container">
<navclass="navbar navbar-default">
<h3class="navbar-brand">
<ahref="#">Navbar</a>
</h3>
</div>
</nav>
</nav>
</div>
{% endexample %}
{% example html %}
<divclass="container">
<navclass="navbar navbar-default">
<navclass="navbar navbar-default">
<divclass="container">
<h3class="navbar-brand">
<ahref="#">Navbar</a>
</h3>
</nav>
</div>
</div>
</nav>
{% endexample %}
### Alignment
...
...
@@ -155,12 +155,14 @@ Replace `.navbar-default` with `.navbar-inverse` for a darker background color a
</nav>
{% endexample %}
### Condensed
### Small navbar
Small navbars provide a similar aesthetic to Bootstrap 3's navbar. It cuts the padding down, enables full-height navigation, and tweaks vertical alignment for search forms, buttons, and more. It's also available in both default and inverse schemes.
Condensed navbars provide a similar aesthetic to Bootstrap 3's navbar. It cuts the padding down, enables full-height navigation, and tweaks vertical alignment for search forms, buttons, and more. It's also available in both default and inverse schemes.
When moving from a regular navbar to a small one, be sure to update your inputs and buttons to use their small variations as well.