]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use .blockquote class in V4 examples page 17900/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Mon, 12 Oct 2015 20:56:01 +0000 (16:56 -0400)
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Mon, 12 Oct 2015 20:56:01 +0000 (16:56 -0400)
Fix #17888

docs/content/reboot.md

index 076a3752ffe602024666300a7331f29ed62747ce..b1f4da5b7aa7ce4482833babb864344a899be222 100644 (file)
@@ -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>