From: Benjamin Dean Date: Thu, 20 Aug 2015 09:53:35 +0000 (+0300) Subject: Fix "background-variants" anchor X-Git-Tag: v4.0.0-alpha.2~514^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b381af5e65032112cf16e82dcb5d23b2c665877b;p=thirdparty%2Fbootstrap.git Fix "background-variants" anchor --- diff --git a/docs/components/card.md b/docs/components/card.md index 053d978ca9..5bb831f358 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -232,7 +232,7 @@ Turn an image into a card background and overlay your card's text. Depending on Cards include a class for quickly toggling **the text color**. By default, cards use dark text and assume a light background. **Add `.card-inverse` for white text** and specify the `background-color` and `border-color` to go with it. -You can also use `.card-inverse` with the [contextual backgrounds variants](#background-variations). +You can also use `.card-inverse` with the [contextual backgrounds variants](#background-variants). {% example html %}