From b1a74195c8c2a9a103b7a167122bbce68e5c67e2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 12 Aug 2015 20:45:21 -0700 Subject: simpler type, docs callout for reproducing the v3 style headings and small text --- docs/content/typography.md | 42 ++++++++---------------------------------- 1 file changed, 8 insertions(+), 34 deletions(-) (limited to 'docs/content') diff --git a/docs/content/typography.md b/docs/content/typography.md index 2434a7328..0b8949d66 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -66,41 +66,16 @@ All HTML headings, `

` through `

`, are available. `.h1` through `.h6` cla
h6. Bootstrap heading
{% endhighlight %} -Create lighter, secondary text in any heading with a generic `` tag or the `.small` class. +### Customizing headings -
- - - - - - - - - - - - - - - - - - - - - -

h1. Bootstrap heading Secondary text

h2. Bootstrap heading Secondary text

h3. Bootstrap heading Secondary text

h4. Bootstrap heading Secondary text

h5. Bootstrap heading Secondary text
h6. Bootstrap heading Secondary text
-
+Use the included utility classes to recreate the small secondary heading text from Bootstrap 3. -{% highlight html %} -

h1. Bootstrap heading Secondary text

-

h2. Bootstrap heading Secondary text

-

h3. Bootstrap heading Secondary text

-

h4. Bootstrap heading Secondary text

-
h5. Bootstrap heading Secondary text
-
h6. Bootstrap heading Secondary text
-{% endhighlight %} +{% example html %} +

+ Fancy display heading + With faded secondary text +

+{% endexample %} ## Display headings @@ -125,7 +100,6 @@ Traditional heading elements are designed to work best in the meat of your page - ## Lead Make a paragraph stand out by adding `.lead`. -- cgit v1.2.3