diff options
| author | Heinrich Fenkart <[email protected]> | 2015-08-20 13:24:52 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2015-08-20 13:24:52 +0200 |
| commit | b591d232a6bf3f830daee4bf40f47e76f8ec66be (patch) | |
| tree | a471a4ba0f4acce0b98a616d702703a9a286ac5f /docs | |
| parent | 463837c1c7e1ef7737493037cbba16baa447c8f4 (diff) | |
| parent | b381af5e65032112cf16e82dcb5d23b2c665877b (diff) | |
| download | bootstrap-b591d232a6bf3f830daee4bf40f47e76f8ec66be.tar.xz bootstrap-b591d232a6bf3f830daee4bf40f47e76f8ec66be.zip | |
Merge pull request #17115 from benjamindean/patch-1
Fix "background-variants" anchor
Diffstat (limited to 'docs')
| -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 053d978ca..5bb831f35 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 %} <div class="card card-inverse" style="background-color: #333; border-color: #333;"> |
