Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2015-10-13 10:30:49 +0300
committerMark Otto <markd.otto@gmail.com>2015-10-13 10:30:49 +0300
commitffc38b3376c053affb22933b2deda1e5a923825a (patch)
treeec1ebed1c41e72f13b04309d2c8e1f8efd910cc4 /docs
parent96f21a804ba99cd350f721b7e1dbba3fe9954449 (diff)
parenta05008cb0924111899c1e32beb0b1834928d372d (diff)
Merge pull request #17900 from kkirsche/patch-34
Use .blockquote class in V4 examples page
Diffstat (limited to 'docs')
-rw-r--r--docs/content/reboot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/reboot.md b/docs/content/reboot.md
index 076a3752ff..b1f4da5b7a 100644
--- a/docs/content/reboot.md
+++ b/docs/content/reboot.md
@@ -272,7 +272,7 @@ The `<address>` element is updated to reset the browser default `font-style` fro
The default `margin` on blockquotes is `1em 40px`, so we reset that to `0 0 1rem` for something more consistent with other elements.
<div class="bd-example">
- <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>