diff options
| author | Thomas McDonald <[email protected]> | 2015-08-12 19:49:21 -0700 |
|---|---|---|
| committer | Thomas McDonald <[email protected]> | 2015-08-12 19:49:21 -0700 |
| commit | a7e36a1f1b432229e8be2599bffd32e90e72a64e (patch) | |
| tree | 4063e9cd1967d0908d82d928291f4e30cf03ba94 /docs/content | |
| parent | 9305fd378f42c8ada4a6205ff47f0c7f8d7c90e2 (diff) | |
| parent | bbd62031f25bb0bfc3f0da121fd9f4e19df3d109 (diff) | |
| download | bootstrap-a7e36a1f1b432229e8be2599bffd32e90e72a64e.tar.xz bootstrap-a7e36a1f1b432229e8be2599bffd32e90e72a64e.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> |
