diff options
| author | Mark Otto <[email protected]> | 2015-12-06 22:47:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-06 22:47:23 -0800 |
| commit | 3c4bf98af6490742921bdd385b32afe791ed572c (patch) | |
| tree | d7641c5e4d5296cb4dfb03fbe34827aba98a0305 /docs | |
| parent | e61eae4f9d1a8bf06f6c36ae8e9aee9bcb6d438e (diff) | |
| download | bootstrap-3c4bf98af6490742921bdd385b32afe791ed572c.tar.xz bootstrap-3c4bf98af6490742921bdd385b32afe791ed572c.zip | |
links and clarification in navbar docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/navbar.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 61458feeb..241282fb2 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -26,7 +26,7 @@ Navbars come with built-in support for a handful of sub-components. Mix and matc - `.navbar-brand` for your company, product, or project name - `.navbar-nav` for a full-height and lightweight navigation (including support for dropdowns) -- `.navbar-toggler` for use with our collapse plugin and other navigation toggling behaviors. +- `.navbar-toggler` for use with our collapse plugin and other [navigation toggling](#collapsing-content) behaviors. Here's an example of all the sub-components included in a default, light navbar: @@ -194,7 +194,7 @@ Here are some examples to show what we mean. ## Containers -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. +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 a [fixed or static top navbar](#placement). {% example html %} <div class="container"> |
