From: Igor Tarasov Date: Thu, 8 Sep 2016 03:44:28 +0000 (+0400) Subject: Fix docs for heading sizes (#20646) X-Git-Tag: v4.0.0-alpha.5~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18258cbd9936c020b5e30fea758fc1373f661039;p=thirdparty%2Fbootstrap.git Fix docs for heading sizes (#20646) * Fix docs for heading sizes (sizes here were from v3) * Added rem sizes to header size docs * Fixed erroneous px sizes --- diff --git a/docs/content/typography.md b/docs/content/typography.md index 139a7e00ed..a59f503474 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -31,27 +31,27 @@ All HTML headings, `

` through `

`, are available.

h1. Bootstrap heading

- Semibold 36px + Semibold 2.5rem (40px)

h2. Bootstrap heading

- Semibold 30px + Semibold 2rem (32px)

h3. Bootstrap heading

- Semibold 24px + Semibold 1.75rem (28px)

h4. Bootstrap heading

- Semibold 18px + Semibold 1.5rem (24px)
h5. Bootstrap heading
- Semibold 14px + Semibold 1.25rem (20px)
h6. Bootstrap heading
- Semibold 12px + Semibold 1rem (16px)