diff options
| author | Chris Rebert <[email protected]> | 2015-12-08 03:38:34 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-08 03:41:51 -0800 |
| commit | 85032786c3cce107d374cd74c424ace833e43caa (patch) | |
| tree | dbb164bd7c40efa65e3f185bfde7116eb89a3bfc /docs/components/navbar.md | |
| parent | 6faa260f840f3baa88080eb9f79039a45830fc6a (diff) | |
| download | bootstrap-85032786c3cce107d374cd74c424ace833e43caa.tar.xz bootstrap-85032786c3cce107d374cd74c424ace833e43caa.zip | |
Update examples to account for #18185
[skip sauce]
Diffstat (limited to 'docs/components/navbar.md')
| -rw-r--r-- | docs/components/navbar.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 532a1d381..d5d911c1b 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -241,7 +241,7 @@ Our collapse plugin allows you to use a `<button>` or `<a>` to toggle hidden con {% example html %} <div class="collapse" id="exCollapsingNavbar"> - <div class="bg-inverse p-a"> + <div class="bg-inverse p-a-1"> <h4>Collapsed content</h4> <span class="text-muted">Toggleable via the navbar brand.</span> </div> |
