diff options
| author | Mark Otto <[email protected]> | 2016-12-21 18:18:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 13:48:07 -0800 |
| commit | 562bcd93805b60fec7c65bee2bb8de4b52bedb91 (patch) | |
| tree | 7253371b008e1de6b5f10d2dd4d494111f33e00d /docs/components | |
| parent | fd79471e8a8beeacac400b4714c6fc5b28087412 (diff) | |
| download | bootstrap-562bcd93805b60fec7c65bee2bb8de4b52bedb91.tar.xz bootstrap-562bcd93805b60fec7c65bee2bb8de4b52bedb91.zip | |
fix colors
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/navbar.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md index b1405b5ba..60e9b695c 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -420,8 +420,8 @@ Sometimes you want to use the collapse plugin to trigger hidden content elsewher {% example html %} <div class="pos-f-t"> <div class="collapse" id="navbarToggleExternalContent"> - <div class="bg-inverse text-muted p-4"> - <h4>Collapsed content</h4> + <div class="bg-inverse p-4"> + <h4 class="text-white">Collapsed content</h4> <span class="text-muted">Toggleable via the navbar brand.</span> </div> </div> |
