diff options
| author | Jacob Thornton <[email protected]> | 2015-08-12 20:00:33 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2015-08-12 20:00:33 -0700 |
| commit | 9bdb6d13f606ec18d808a30e5ebc28ec3eb82a4b (patch) | |
| tree | 62c79b44c622145f6f0083a9dd0fb0ab7b823165 /docs/content | |
| parent | 23d05f1585846752ea58ed5ffad2ad8e574d6d77 (diff) | |
| parent | a7e36a1f1b432229e8be2599bffd32e90e72a64e (diff) | |
| download | bootstrap-9bdb6d13f606ec18d808a30e5ebc28ec3eb82a4b.tar.xz bootstrap-9bdb6d13f606ec18d808a30e5ebc28ec3eb82a4b.zip | |
Merge branch 'v4' of github.com:twbs/derpstrap into v4
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/typography.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/typography.md b/docs/content/typography.md index 299edc570..2434a7328 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -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> |
