From f8374a754d2ffe153ab14cb1315365c1303c6bbe Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 28 Sep 2012 15:01:12 -0700 Subject: clean up emphasis docs text --- docs/base-css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index d3a92c831..ddd585205 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -155,14 +155,14 @@

Bold

-

For emphasizing a snippet of text with important

+

For emphasizing a snippet of text with a heavier font-weight.

The following snippet of text is rendered as bold text.

<strong>rendered as bold text</strong>

Italics

-

For emphasizing a snippet of text with stress

+

For emphasizing a snippet of text with italics.

The following snippet of text is rendered as italicized text.

-- cgit v1.2.3