From: Mark Otto Date: Mon, 2 Jan 2017 18:58:48 +0000 (-0800) Subject: fixes #21509: remove reference to .card-deck-wrapper X-Git-Tag: v4.0.0-alpha.6~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6b6deff57cca550960a5eff0a1ccabc43c4d31e;p=thirdparty%2Fbootstrap.git fixes #21509: remove reference to .card-deck-wrapper --- diff --git a/docs/components/card.md b/docs/components/card.md index 4e8c11026e..3ac7c425f5 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 %}