From e305455ef0d0f3a8560d117bd16e5aca113e6e2e Mon Sep 17 00:00:00 2001 From: wolfika Date: Wed, 16 Sep 2015 21:28:04 +0200 Subject: Add

header example to Cards docs resolves #17609 --- docs/components/card.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/components/card.md') diff --git a/docs/components/card.md b/docs/components/card.md index 516367e65..13f80a736 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -160,6 +160,17 @@ Add an optional header and/or footer within a card. {% endexample %} +{% example html %} +
+

Featured

+
+

Special title treatment

+

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

+ Go somewhere +
+
+{% endexample %} + {% example html %}
-- cgit v1.2.3 From ade2ab13418b2c86aa47a767533e542dc6589aff Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 22 Nov 2015 20:53:34 -0800 Subject: Remove non-responsive text alignment classes These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `
`) Refs #18300 [skip sauce] --- docs/components/card.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/components/card.md') diff --git a/docs/components/card.md b/docs/components/card.md index 13f80a736..3d112c501 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -130,13 +130,13 @@ You can quickly change the text alignment of any card—in its entirety or speci Go somewhere
-
+

Special title treatment

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

Go somewhere
-
+

Special title treatment

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

Go somewhere @@ -186,7 +186,7 @@ Add an optional header and/or footer within a card. {% endexample %} {% example html %} -
+
Featured
@@ -260,7 +260,7 @@ You can also use `.card-inverse` with the [contextual backgrounds variants](#bac Cards include their own variant classes for quickly changing the `background-color` and `border-color` of a card. **Darker colors require the use of `.card-inverse`.** {% example html %} -
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

@@ -268,7 +268,7 @@ Cards include their own variant classes for quickly changing the `background-col
-
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

@@ -276,7 +276,7 @@ Cards include their own variant classes for quickly changing the `background-col
-
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

@@ -284,7 +284,7 @@ Cards include their own variant classes for quickly changing the `background-col
-
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

@@ -292,7 +292,7 @@ Cards include their own variant classes for quickly changing the `background-col
-
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

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

Last updated 3 mins ago

-
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.

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

Card title

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

Last updated 3 mins ago

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

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

-- cgit v1.2.3 From a22d2fb5a5a702997509f29d86dc37ba917a103a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Dec 2015 10:05:53 -0800 Subject: fixes #17433: improve borders on .list-group-flush to remove dupe borders when appropro --- docs/components/card.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/components/card.md') diff --git a/docs/components/card.md b/docs/components/card.md index 3d112c501..9be52fd2f 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -51,6 +51,16 @@ Cards support a wide variety of content, including images, text, list groups, li
{% endexample %} +{% example html %} +
+
    +
  • Cras justo odio
  • +
  • Dapibus ac facilisis in
  • +
  • Vestibulum at eros
  • +
+
+{% endexample %} + {% example html %}
Card image cap -- cgit v1.2.3