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.