]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use doge instead of css for <pre> example
authorJames Kyle <me@thejameskyle.com>
Wed, 19 Aug 2015 22:28:49 +0000 (15:28 -0700)
committerJames Kyle <me@thejameskyle.com>
Wed, 19 Aug 2015 22:28:49 +0000 (15:28 -0700)
docs/content/reboot.md

index 7418c4116b0736129c135020d096ac997881ae3c..ac17e147eeb5abcb5422e3aea1338a35f760c339 100644 (file)
@@ -111,9 +111,9 @@ The `<pre>` element is reset to remove its `margin-top` and use `rem` units for
 <div class="bd-example">
 {% markdown %}
 <pre>
-.element {
-  margin-bottom: 1rem;
-}
+        Wow
+  such
+      preformatted text
 </pre>
 {% endmarkdown %}
 </div>