From a8afb4668802aaba50ca90e5862d91a750d90dc6 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 6 Oct 2013 20:18:03 -0700 Subject: [PATCH] document .h1 thru .h6; fixes part of #10102 --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index b34cb4b92b..b808e0b9b6 100644 --- a/css.html +++ b/css.html @@ -587,7 +587,7 @@ base_url: "../"

Headings

-

All HTML headings, <h1> through <h6> are available.

+

All HTML headings, <h1> through <h6>, 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.