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/templates/pages/base-css.mustache | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'docs/templates/pages') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 48b874e1ec..d1d8691ba1 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -75,7 +75,18 @@ {{! Emphasis }}

{{_i}}Emphasis{{/i}}

-

{{_i}}Make use of HTML's default emphasis tags, <strong> and <em>.{{/i}}

+

{{_i}}Make use of HTML's default emphasis tags with lightweight styles.{{/i}}

+ +

<small>

+

{{_i}}For de-emphasizing inline or blocks of text, use the small tag.{{/i}}

+
+

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>

{{_i}}For emphasizing a snippet of text with important{{/i}}

-- cgit v1.2.3