From 887f11d47f052a0dd123f76a6ac39a955c2429d4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 19 Aug 2012 13:12:19 -0700 Subject: fixes #4455: improve small styles and add to docs --- docs/base-css.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 2be40cd2c..df5df2402 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -141,7 +141,18 @@

Emphasis

-

Make use of HTML's default emphasis tags, <strong> and <em>.

+

Make use of HTML's default emphasis tags with lightweight styles.

+ +

<small>

+

For de-emphasizing inline or blocks of text, use the small tag.

+
+

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

+
+
+<p>
+  <small>This line of text is meant to be treated as fine print.</small>
+</p>
+

<strong>

For emphasizing a snippet of text with important

-- cgit v1.2.3