0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

no more .navbar-full

This commit is contained in:
Mark Otto 2016-12-21 13:14:48 -08:00 committed by Mark Otto
parent c7be14d66b
commit be1a316320

View File

@ -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 %}