mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Fixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for it
This commit is contained in:
@@ -163,7 +163,13 @@ Although it's not required, you can wrap a navbar in a `.container` to center it
|
||||
|
||||
## Placement
|
||||
|
||||
Navbars can be statically placed (their default behavior), or fixed to the top or bottom of the viewport.
|
||||
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">
|
||||
<a class="navbar-brand" href="#">Full width</a>
|
||||
</nav>
|
||||
{% endexample %}
|
||||
|
||||
{% example html %}
|
||||
<nav class="navbar navbar-fixed-top navbar-light bg-faded">
|
||||
|
||||
Reference in New Issue
Block a user