From 955e0405ea04e8bce3fa8395cd5e1c4030c4947a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 17 Jan 2016 18:55:24 -0800 Subject: fuck around with card borders and more --- docs/components/card.md | 83 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) (limited to 'docs/components') diff --git a/docs/components/card.md b/docs/components/card.md index 159fa42be..28db0e3fa 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -211,6 +211,89 @@ Add an optional header and/or footer within a card. {% endexample %} +## Heading nav + +- Custom card nav (full width) +- Tabs +- Pills +- Alignment: + - left + - center + - right + +{% example html %} +
+
+ +
+
+

Special title treatment

+

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

+ Go somewhere +
+
+{% endexample %} + + + +Or, use Bootstrap's nav pills or tabs to a card header. Be sure to always include a `.pull-*-*` utility class for proper alignment. + +{% example html %} +
+
+ +
+
+

Special title treatment

+

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

+ Go somewhere +
+
+{% endexample %} + +{% example html %} +
+
+ +
+
+

Special title treatment

+

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

+ Go somewhere +
+
+{% endexample %} + ## Image caps Similar to headers and footers, cards include top and bottom image caps. -- cgit v1.2.3 From b75a0ca9791a9ee816c8046bc83046073e231284 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 3 Feb 2016 20:52:33 -0800 Subject: fuck that other class, let's just get tabs and pills in there --- docs/components/card.md | 37 ++----------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) (limited to 'docs/components') diff --git a/docs/components/card.md b/docs/components/card.md index 28db0e3fa..53580d667 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -211,42 +211,9 @@ Add an optional header and/or footer within a card. {% endexample %} -## Heading nav +## Header nav -- Custom card nav (full width) -- Tabs -- Pills -- Alignment: - - left - - center - - right - -{% example html %} -
-
- -
-
-

Special title treatment

-

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

- Go somewhere -
-
-{% endexample %} - - - -Or, use Bootstrap's nav pills or tabs to a card header. Be sure to always include a `.pull-*-*` utility class for proper alignment. +Use Bootstrap's nav pills or tabs within a card header. Be sure to always include a `.pull-*-*` utility class for proper alignment. {% example html %}
-- cgit v1.2.3