1
0
Fork 0
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:
Mark Otto 2014-07-14 08:48:33 -07:00
parent 4d6ab7c068
commit 108c395ad4

View file

@ -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">
&#9776;
</button>