]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix blockquote docs
authorMark Otto <markdotto@gmail.com>
Thu, 13 Aug 2015 01:47:15 +0000 (18:47 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 13 Aug 2015 01:47:15 +0000 (18:47 -0700)
docs/content/typography.md

index 299edc5709cce4dcdd1f7e07ef8f74621751ebca..2434a73281d2ee5202fdae2628bd7b64d0c588dc 100644 (file)
@@ -179,7 +179,7 @@ For quoting blocks of content from another source within your document. Wrap `<b
 Add a `<footer>` for identifying the source. Wrap the name of the source work in `<cite>`.
 
 {% example html %}
-<blockquote>
+<blockquote class="blockquote">
   <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
   <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer>
 </blockquote>
@@ -190,7 +190,7 @@ Add a `<footer>` for identifying the source. Wrap the name of the source work in
 Add `.blockquote-reverse` for a blockquote with right-aligned content.
 
 {% example html %}
-<blockquote class="blockquote-reverse">
+<blockquote class="blockquote blockquote-reverse">
   <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
   <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer>
 </blockquote>