diff options
| author | Andres Galante <[email protected]> | 2017-09-05 09:18:16 -0300 |
|---|---|---|
| committer | Andres Galante <[email protected]> | 2018-01-02 09:46:07 -0300 |
| commit | c0246e926f0e9e955f34b34286f97cc201582ba1 (patch) | |
| tree | b061742e405efd9fe1fb925be68a51296b545f81 /docs | |
| parent | 987ae5b8c8275c6753fd5ac86b37cd4c661b255c (diff) | |
| download | bootstrap-c0246e926f0e9e955f34b34286f97cc201582ba1.tar.xz bootstrap-c0246e926f0e9e955f34b34286f97cc201582ba1.zip | |
improves accordion styles
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/components/collapse.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/collapse.md b/docs/4.0/components/collapse.md index 0e914a264..8c26630f9 100644 --- a/docs/4.0/components/collapse.md +++ b/docs/4.0/components/collapse.md @@ -66,7 +66,7 @@ Multiple `<button>` or `<a>` can show and hide an element if they each reference Using the [card]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/card/) component, you can extend the default collapse behavior to create an accordion. {% example html %} -<div id="accordion"> +<div class="accordion" id="accordion"> <div class="card"> <div class="card-header" id="headingOne"> <h5 class="mb-0"> |
