mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix blockquote docs
This commit is contained in:
parent
786b1682a5
commit
bbd62031f2
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue