mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
new navbar tweaks
This commit is contained in:
parent
4d6ab7c068
commit
108c395ad4
1 changed files with 4 additions and 3 deletions
|
@ -108,12 +108,13 @@ Proposal to replace the existing navbar with something simpler and more customiz
|
|||
</div>
|
||||
|
||||
|
||||
<div class="navbar navbar-default">
|
||||
<div class="collapse" id="navbar-header">
|
||||
<div class="collapse" id="navbar-header">
|
||||
<div class="inverse p-a">
|
||||
<h3>Collapsed content</h3>
|
||||
<p>Toggleable via the navbar brand.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="navbar navbar-default">
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-header">
|
||||
☰
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue