aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-28 15:01:12 -0700
committerMark Otto <[email protected]>2012-09-28 15:01:12 -0700
commitf8374a754d2ffe153ab14cb1315365c1303c6bbe (patch)
treef2fc7029dc9a340d351c6c9027b095db6775f1f1 /docs
parent8ecffcb32fc0d3a423f87fac9e613498b5104fe7 (diff)
downloadbootstrap-f8374a754d2ffe153ab14cb1315365c1303c6bbe.tar.xz
bootstrap-f8374a754d2ffe153ab14cb1315365c1303c6bbe.zip
clean up emphasis docs text
Diffstat (limited to 'docs')
-rw-r--r--docs/base-css.html4
-rw-r--r--docs/templates/pages/base-css.mustache4
2 files changed, 4 insertions, 4 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">&lt;strong&gt;rendered as bold text&lt;/strong&gt;</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>
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 289bbaaca..5aa7796d8 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -89,14 +89,14 @@
</pre>
<h3>{{_i}}Bold{{/i}}</h3>
- <p>{{_i}}For emphasizing a snippet of text with <strong>important</strong>{{/i}}</p>
+ <p>{{_i}}For emphasizing a snippet of text with a heavier font-weight.{{/i}}</p>
<div class="bs-docs-example">
<p>The following snippet of text is <strong>rendered as bold text</strong>.</p>
</div>
<pre class="prettyprint">&lt;strong&gt;rendered as bold text&lt;/strong&gt;</pre>
<h3>{{_i}}Italics{{/i}}</h3>
- <p>{{_i}}For emphasizing a snippet of text with <em>stress</em>{{/i}}</p>
+ <p>{{_i}}For emphasizing a snippet of text with italics.{{/i}}</p>
<div class="bs-docs-example">
<p>The following snippet of text is <em>rendered as italicized text</em>.</p>
</div>