aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-09-01 20:06:00 -0700
committerMark Otto <[email protected]>2015-09-01 20:06:00 -0700
commit5d5398afdb1c6f90303c4742cc857aa4d9064ec1 (patch)
treea22d0352c76458222799df0e8e847788d66eb964 /docs/components
parentd258559f11efb71029454c85cef209cbdc97e929 (diff)
parent34932d71b49f91b07c83b4fd41d890db648132f2 (diff)
downloadbootstrap-5d5398afdb1c6f90303c4742cc857aa4d9064ec1.tar.xz
bootstrap-5d5398afdb1c6f90303c4742cc857aa4d9064ec1.zip
Merge pull request #17389 from Gupocca/link-fixing
Fix several erroneous links in docs.
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/navbar.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md
index 2c98c812a..0c8be6fff 100644
--- a/docs/components/navbar.md
+++ b/docs/components/navbar.md
@@ -16,7 +16,6 @@ The navbar is a simple wrapper for positioning branding, navigation, and other e
Here's what you need to know before getting started with the navbar:
- Navbars require a wrapping `.navbar` and a color scheme class (either `.navbar-default` or `.navbar-inverse`).
-- When using multiple components in a navbar, some [alignment classes](#alignment) are required.
- Navbars and their contents are fluid by default. Use [optional containers](#containers) to limit their horizontal width.
- Use `.pull-left` and `.pull-right` to quickly align sub-components.
- Ensure accessibility by using a `<nav>` element or, if using a more generic element such as a `<div>`, add a `role="navigation"` to every navbar to explicitly identify it as a landmark region for users of assistive technologies.