diff options
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ </pre> <h3>Bold</h3> - <p>For emphasizing a snippet of text with <strong>important</strong></p> + <p>For emphasizing a snippet of text with a heavier font-weight.</p> <div class="bs-docs-example"> <p>The following snippet of text is <strong>rendered as bold text</strong>.</p> </div> <pre class="prettyprint"><strong>rendered as bold text</strong></pre> <h3>Italics</h3> - <p>For emphasizing a snippet of text with <em>stress</em></p> + <p>For emphasizing a snippet of text with italics.</p> <div class="bs-docs-example"> <p>The following snippet of text is <em>rendered as italicized text</em>.</p> </div> |
