mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 05:30:22 +00:00
fix colors
This commit is contained in:
parent
fd79471e8a
commit
562bcd9380
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue