From 5f3473258e5e9f3d2d9da165312e8374c55250e6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Mar 2017 16:49:55 -0700 Subject: add header and footer to example --- docs/components/card.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/components/card.md') diff --git a/docs/components/card.md b/docs/components/card.md index b45d13463..dc8a921b8 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -376,11 +376,13 @@ You can also use `.card-inverse` with the [contextual backgrounds variants](#bac {% example html %}
+
Header

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere
+
{% endexample %} -- cgit v1.2.3 From fe3acc097ac9def6569f471ef25d444020c30057 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Mar 2017 22:52:24 -0700 Subject: Card image fixes (#22288) * fix image stretching due to flexbox * fix broke text-muted on dark bg * no img-fluid needed --- docs/components/card.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/components/card.md') diff --git a/docs/components/card.md b/docs/components/card.md index dc8a921b8..74debae44 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -359,7 +359,7 @@ Turn an image into a card background and overlay your card's text. Depending on

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

-

Last updated 3 mins ago

+

Last updated 3 mins ago

{% endexample %} @@ -644,7 +644,7 @@ Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns {% example html %}
- Card image cap + Card image cap

Card title that wraps to a new line

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

@@ -661,7 +661,7 @@ Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns
- Card image cap + Card image cap

Card title

This card has supporting text below as a natural lead-in to additional content.

@@ -686,7 +686,7 @@ Cards can be organized into [Masonry](http://masonry.desandro.com)-like columns
- Card image + Card image
-- cgit v1.2.3