From: Mark Otto Date: Fri, 28 Sep 2012 22:01:12 +0000 (-0700) Subject: clean up emphasis docs text X-Git-Tag: v2.2.0^2~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8374a754d2ffe153ab14cb1315365c1303c6bbe;p=thirdparty%2Fbootstrap.git clean up emphasis docs text --- diff --git a/docs/base-css.html b/docs/base-css.html index d3a92c8312..ddd585205b 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.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 289bbaaca0..5aa7796d80 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -89,14 +89,14 @@

{{_i}}Bold{{/i}}

-

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

+

{{_i}}For emphasizing a snippet of text with a heavier font-weight.{{/i}}

The following snippet of text is rendered as bold text.

<strong>rendered as bold text</strong>

{{_i}}Italics{{/i}}

-

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

+

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

The following snippet of text is rendered as italicized text.