diff options
| author | Mark Otto <[email protected]> | 2014-07-14 08:48:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-14 08:48:33 -0700 |
| commit | 108c395ad428730b65787063f91f275053b0129f (patch) | |
| tree | e05d12cb7230ce115b6256235273faf658d643f5 /docs/components | |
| parent | 4d6ab7c0687daea9537322a04b8023b6774f1a52 (diff) | |
| download | bootstrap-108c395ad428730b65787063f91f275053b0129f.tar.xz bootstrap-108c395ad428730b65787063f91f275053b0129f.zip | |
new navbar tweaks
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/new-navbar.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/components/new-navbar.md b/docs/components/new-navbar.md index 4e79f83fb..a409bb0ad 100644 --- a/docs/components/new-navbar.md +++ b/docs/components/new-navbar.md @@ -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> |
