aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-21 13:14:48 -0800
committerMark Otto <[email protected]>2016-12-22 13:48:07 -0800
commitbe1a31632033ec87a27d6c74fb1dd03f61d04478 (patch)
treeb914c96e04c078b5b795c949cae2a161d1676efa /docs/components
parentc7be14d66b6cd863eb52b5b2cd7a581e0a5dd230 (diff)
downloadbootstrap-be1a31632033ec87a27d6c74fb1dd03f61d04478.tar.xz
bootstrap-be1a31632033ec87a27d6c74fb1dd03f61d04478.zip
no more .navbar-full
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/navbar.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md
index 8c2f7be3c..6cf7b966f 100644
--- a/docs/components/navbar.md
+++ b/docs/components/navbar.md
@@ -338,7 +338,7 @@ Although it's not required, you can wrap a navbar in a `.container` to center it
Navbars can be statically placed (their default behavior), static without rounded corners, or fixed to the top or bottom of the viewport.
{% example html %}
-<nav class="navbar navbar-full navbar-light bg-faded">
+<nav class="navbar navbar-light bg-faded">
<a class="navbar-brand" href="#">Full width</a>
</nav>
{% endexample %}