From bf4c7148513920f25a5c086fdf2091d06683f2ce Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Oct 2013 19:12:23 -0700 Subject: [PATCH] follow up to #10102, cc @cvrebert --- css.html | 1 + 1 file changed, 1 insertion(+) diff --git a/css.html b/css.html index 63cd74b1dd..e7c4debc84 100644 --- a/css.html +++ b/css.html @@ -721,6 +721,7 @@ base_url: "../"

Small text

For de-emphasizing inline or blocks of text, use the <small> tag to set text at 85% the size of the parent. Heading elements receive their own font-size for nested <small> elements.

+

You may alternatively use an inline element with .small in place of any <small>

This line of text is meant to be treated as fine print.