diff options
| author | Mark Otto <[email protected]> | 2017-01-02 10:58:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-02 10:58:48 -0800 |
| commit | b6b6deff57cca550960a5eff0a1ccabc43c4d31e (patch) | |
| tree | b94f258febbcc9a5575dfdd1de13424ae1812e54 | |
| parent | fc4ef0ce24596b67aa3c71a851e833ddaa5e48ef (diff) | |
| download | bootstrap-b6b6deff57cca550960a5eff0a1ccabc43c4d31e.tar.xz bootstrap-b6b6deff57cca550960a5eff0a1ccabc43c4d31e.zip | |
fixes #21509: remove reference to .card-deck-wrapper
| -rw-r--r-- | docs/components/card.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/card.md b/docs/components/card.md index 4e8c11026..3ac7c425f 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -565,7 +565,7 @@ When using card groups with footers, their content will automatically line up. ### Card decks -Need a set of equal width and height cards that aren't attached to one another? Use card decks. By default, card decks require two wrapping elements: `.card-deck-wrapper` and a `.card-deck`. We use table styles for the sizing and the gutters on `.card-deck`. The `.card-deck-wrapper` is used to negative margin out the `border-spacing` on the `.card-deck`. +Need a set of equal width and height cards that aren't attached to one another? Use card decks. {% example html %} <div class="card-deck"> |
