aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-21 18:18:59 -0800
committerMark Otto <[email protected]>2016-12-22 13:48:07 -0800
commit562bcd93805b60fec7c65bee2bb8de4b52bedb91 (patch)
tree7253371b008e1de6b5f10d2dd4d494111f33e00d /docs/components
parentfd79471e8a8beeacac400b4714c6fc5b28087412 (diff)
downloadbootstrap-562bcd93805b60fec7c65bee2bb8de4b52bedb91.tar.xz
bootstrap-562bcd93805b60fec7c65bee2bb8de4b52bedb91.zip
fix colors
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/navbar.md4
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>