]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clean up emphasis docs text
authorMark Otto <markotto@twitter.com>
Fri, 28 Sep 2012 22:01:12 +0000 (15:01 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 28 Sep 2012 22:01:12 +0000 (15:01 -0700)
docs/base-css.html
docs/templates/pages/base-css.mustache

index d3a92c8312eec14a71ae0e4f7d258cdb34701c70..ddd585205b24fef911614837a48beeacab9603f0 100644 (file)
 </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>
index 289bbaaca0b44cf05e10045421bfcc06b6045935..5aa7796d80c7d6048f28dd3e110afbd83017e5a2 100644 (file)
 </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>