diff options
| author | Mark Otto <[email protected]> | 2015-11-29 18:44:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-29 18:44:57 -0800 |
| commit | 1a30d12525965488bb57b83a191b402fdae25f74 (patch) | |
| tree | 14575169b7c9afe0090287a44b08300d0a6037fa /docs/components | |
| parent | 3140701b52ca6d503415fc5706f2516e24c560f9 (diff) | |
| download | bootstrap-1a30d12525965488bb57b83a191b402fdae25f74.tar.xz bootstrap-1a30d12525965488bb57b83a191b402fdae25f74.zip | |
clarify nav default display
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/navs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/navs.md b/docs/components/navs.md index a66e49445..bea1109ce 100644 --- a/docs/components/navs.md +++ b/docs/components/navs.md @@ -17,7 +17,7 @@ If you are using navs to provide a navigation bar, be sure to add a `role="navig ## Base nav -Roll your own navigation style by extending the base `.nav` component. All Bootstrap's nav components are built on top of this. Includes styles for the disabled state, but **not the active state**. +Roll your own navigation style by extending the base `.nav` component. All Bootstrap's nav components are built on top of this by specifying additional styles. Includes styles for the disabled state, but **not the active state**. {% example html %} <ul class="nav"> @@ -36,7 +36,7 @@ Roll your own navigation style by extending the base `.nav` component. All Boots </ul> {% endexample %} -Classes are used throughout, so your markup can be super flexible. Use `<ul>`s like above, or roll your own with say a `<nav>` element. +Classes are used throughout, so your markup can be super flexible. Use `<ul>`s like above, or roll your own with say a `<nav>` element. The change in nav item display below **is intentional** as `<li>`s have a different default `display` than regular `<a>` elements. {% example html %} <nav class="nav"> |
