diff options
| author | Mark Otto <[email protected]> | 2017-10-17 22:05:01 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-17 22:05:01 -0700 |
| commit | 85fd22bd47e71b90bb57e574a1f5f760029557e0 (patch) | |
| tree | 4d4b42d475222d9a28b388db10313fec69582950 /docs/4.0/components | |
| parent | dd9d5cb8de5f62b1f15945d7c04c7541dbfbf58c (diff) | |
| download | bootstrap-85fd22bd47e71b90bb57e574a1f5f760029557e0.tar.xz bootstrap-85fd22bd47e71b90bb57e574a1f5f760029557e0.zip | |
Revert #23108 to restore list group borders (#24411)
* revert #23108, which had no bug but was a problem with the example code
* add example to the docs for future proofing
* move it up
Diffstat (limited to 'docs/4.0/components')
| -rw-r--r-- | docs/4.0/components/card.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/4.0/components/card.md b/docs/4.0/components/card.md index 5da0ef039..76f4757ec 100644 --- a/docs/4.0/components/card.md +++ b/docs/4.0/components/card.md @@ -90,6 +90,19 @@ Create lists of content in a card with a flush list group. </div> {% endexample %} +{% example html %} +<div class="card" style="width: 20rem;"> + <div class="card-header"> + Featured + </div> + <ul class="list-group list-group-flush"> + <li class="list-group-item">Cras justo odio</li> + <li class="list-group-item">Dapibus ac facilisis in</li> + <li class="list-group-item">Vestibulum at eros</li> + </ul> +</div> +{% endexample %} + ### Kitchen sink Mix and match multiple content types to create the card you need, or throw everything in there. Shown below are image styles, blocks, text styles, and a list group—all wrapped in a fixed-width card. |
