1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 18:40:03 +00:00

fix colors

This commit is contained in:
Mark Otto 2016-12-21 18:18:59 -08:00 committed by Mark Otto
parent fd79471e8a
commit 562bcd9380

View File

@ -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>