aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-30 22:45:39 -0700
committerMark Otto <[email protected]>2012-09-30 22:45:39 -0700
commitbbd543db53cd8c5d295db67af2bc2517d5c11f1c (patch)
tree15b9e94bfb14becdb0fb24e95436816fe7ff6606 /docs/base-css.html
parentad96435d27de7661a158552ad088fd800fe66fe9 (diff)
parentda43c7c27cb08a76775ad64b5caa210630d0c2cd (diff)
downloadbootstrap-bbd543db53cd8c5d295db67af2bc2517d5c11f1c.tar.xz
bootstrap-bbd543db53cd8c5d295db67af2bc2517d5c11f1c.zip
Merge branch '2.1.2-wip' into exploratory
Conflicts: docs/getting-started.html docs/templates/pages/getting-started.mustache
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 1cf700236..8d0261e5c 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -153,14 +153,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>
@@ -507,7 +507,7 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
<h2>Optional classes</h2>
- <p>Add any of the follow classes to the <code>.table</code> base class.</p>
+ <p>Add any of the following classes to the <code>.table</code> base class.</p>
<h3><code>.table-striped</code></h3>
<p>Adds zebra-striping to any table row within the <code>&lt;tbody&gt;</code> via the <code>:nth-child</code> CSS selector (not available in IE8).</p>