aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-08-05 17:21:13 -0700
committerMark Otto <[email protected]>2014-08-05 17:21:13 -0700
commitd71f6470c1f2532e8eecdd7835086a962c9ab1d2 (patch)
treeda8d8e6cdb239479e68b5b84e077214c2a501b9a /docs/components
parentdceeb641edb2490285d89b2c3376f6bb9dbe5ac8 (diff)
downloadbootstrap-d71f6470c1f2532e8eecdd7835086a962c9ab1d2.tar.xz
bootstrap-d71f6470c1f2532e8eecdd7835086a962c9ab1d2.zip
copy and remove rogue p tag
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/typography.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/components/typography.md b/docs/components/typography.md
index d56d8757d..0cc70a6cb 100644
--- a/docs/components/typography.md
+++ b/docs/components/typography.md
@@ -118,7 +118,7 @@ Make a paragraph stand out by adding `.lead`.
## Inline text elements
-Styling for all the common inline HTML5 elements.
+Styling for common inline HTML5 elements.
{% example html %}
<p>You can use the mark tag to <mark>highlight</mark> text.</p>
@@ -129,7 +129,6 @@ Styling for all the common inline HTML5 elements.
<p><small>This line of text is meant to be treated as fine print.</small></p>
<p><strong>This line rendered as bold text.</strong></p>
<p><em>This line rendered as italicized text.</em></p>
-<p></p>
{% endexample %}
<div class="bs-callout bs-callout-info">