From: Mark Otto Date: Sun, 8 May 2016 22:13:53 +0000 (-0700) Subject: Fixes #18492: Document .h1-.h6, change docs mention of inline usage to varying elements X-Git-Tag: v4.0.0-alpha.3~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b479efb9d639de1955d5aa4cfc4acd810352a6b2;p=thirdparty%2Fbootstrap.git Fixes #18492: Document .h1-.h6, change docs mention of inline usage to varying elements --- diff --git a/docs/content/typography.md b/docs/content/typography.md index a49eadedb9..139a7e00ed 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -24,7 +24,7 @@ These styles can be found within `_reboot.scss`, and the global variables are de ## Headings -All HTML headings, `

` through `

`, are available. `.h1` through `.h6` classes are also available, for when you want to match the font styling of a heading but still want your text to be displayed inline. +All HTML headings, `

` through `

`, are available.
@@ -66,6 +66,17 @@ All HTML headings, `

` through `

`, are available. `.h1` through `.h6` cla
h6. Bootstrap heading
{% endhighlight %} +`.h1` through `.h6` classes are also available, for when you want to match the font styling of a heading but cannot use the associated HTML element. + +{% example html %} +

h1. Bootstrap heading

+

h2. Bootstrap heading

+

h3. Bootstrap heading

+

h4. Bootstrap heading

+

h5. Bootstrap heading

+

h6. Bootstrap heading

+{% endexample %} + ### Customizing headings Use the included utility classes to recreate the small secondary heading text from Bootstrap 3.