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 @@
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>
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.
{{_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}}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.