From: oxlay Date: Mon, 4 Sep 2017 22:38:00 +0000 (+0200) Subject: Improve clarity of documentation for .card-body (#23691) X-Git-Tag: v4.0.0-beta.2~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce46946b92f23d39fb8d68c7c1a20992643a908a;p=thirdparty%2Fbootstrap.git Improve clarity of documentation for .card-body (#23691) --- diff --git a/docs/4.0/components/card.md b/docs/4.0/components/card.md index d0d633d052..a833d931f4 100644 --- a/docs/4.0/components/card.md +++ b/docs/4.0/components/card.md @@ -33,14 +33,14 @@ Below is an example of a basic card with mixed content and a fixed width. Cards Cards support a wide variety of content, including images, text, list groups, links, and more. Below are examples of what's supported. -### Blocks +### Body The building block of a card is the `.card-body`. Use it whenever you need a padded section within a card. {% example html %}
- This is some text within a card block. + This is some text within a card body.
{% endexample %}