docs
_includes
nav-home.html +1 -1
components
navbar.md +65 -34
examples
carousel
index.html +3 -3
dashboard
index.html +3 -3
jumbotron
index.html +3 -3
justified-nav
index.html +3 -3
navbar-top
index.html +3 -3
navbar-top-fixed
index.html +3 -3
navbars
index.html +189 -32
offcanvas
index.html +3 -3
starter-template
index.html +3 -3
sticky-footer-navbar
index.html +3 -3
migration.md +1 -1
js/tests/visual
dropdown.html +3 -3
modal.html +1 -1
scss
_nav.scss +1 -1
_navbar.scss +32 -26
_variables.scss +30 -19
+ 1
- 1
+ 65
- 34
@@ -35,14 +35,14 @@ Navbars come with built-in support for a handful of sub-components. Choose from
@@ -108,11 +108,11 @@ Navbar navigation links build on our `.nav` options with their own modifier clas
@@ -135,11 +135,11 @@ Active states—with `.active`—to indicate the current page can be applied dir
@@ -154,11 +154,11 @@ And because we use classes for our navs, you can avoid the list-based approach e
@@ -249,11 +249,11 @@ Navbars may contain bits of text with the help of `.navbar-text`. This class adj
@@ -278,11 +278,11 @@ Mix and match with other components and utilities as needed.
@@ -306,11 +306,11 @@ Theming the navbar has never been easier thanks to the combination of theming cl
@@ -334,11 +334,11 @@ Theming the navbar has never been easier thanks to the combination of theming cl
@@ -383,7 +383,7 @@ Although it's not required, you can wrap a navbar in a `.container` to center it
@@ -392,7 +392,7 @@ Although it's not required, you can wrap a navbar in a `.container` to center it
@@ -431,14 +431,16 @@ Use our position utilities to place navbars in non-static positions. Choose from
Navbar togglers can be left or right aligned with `.navbar-toggler-left` or `.navbar-toggler-right` modifiers. These are absolutely positioned within the navbar to avoid interference with the collapsed state. You can also use your own styles to position togglers. Below are examples of different toggle styles.
@@ -466,14 +468,43 @@ With no `.navbar-brand` shown in lowest breakpoint:
@@ -17,11 +17,11 @@
@@ -17,11 +17,11 @@
@@ -18,11 +18,11 @@