aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-03 13:44:01 -0700
committerMark Otto <[email protected]>2012-11-03 13:44:01 -0700
commita249d1c8ee597c4f0f29da55b15cf35accd4221c (patch)
treeefc755be687dab37f3298c76d4be1649bfe5dec6 /docs/base-css.html
parent1477e081d46ebf6a5e6acb06debb7edb1a324918 (diff)
parent5d6cf2ee1939515ad41b052ed1c406f96274ea37 (diff)
downloadbootstrap-a249d1c8ee597c4f0f29da55b15cf35accd4221c.tar.xz
bootstrap-a249d1c8ee597c4f0f29da55b15cf35accd4221c.zip
Merge branch '2.2.2-wip' into exploratory
Conflicts: docs/assets/css/bootstrap.css docs/scaffolding.html docs/templates/pages/scaffolding.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 7fe561b97..4a3e8459a 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -190,7 +190,7 @@
<h2 id="abbreviations">Abbreviations</h2>
- <p>Stylized implemenation of HTML's <code>&lt;abbr&gt;</code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title</code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.</p>
+ <p>Stylized implementation of HTML's <code>&lt;abbr&gt;</code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title</code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.</p>
<h3><code>&lt;abbr&gt;</code></h3>
<p>For expanded text on long hover of an abbreviation, include the <code>title</code> attribute.</p>
@@ -224,7 +224,7 @@
</address>
<address>
<strong>Full Name</strong><br>
- <a href="mailto:#">[email protected]</a>
+ <a href="mailto:#">[email protected]</a>
</address>
</div>
<pre class="prettyprint linenums">
@@ -237,7 +237,7 @@
&lt;address&gt;
&lt;strong&gt;Full Name&lt;/strong&gt;&lt;br&gt;
- &lt;a href="mailto:#"&gt;[email protected]&lt;/a&gt;
+ &lt;a href="mailto:#"&gt;[email protected]&lt;/a&gt;
&lt;/address&gt;
</pre>