]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use .example-element instead of doge :cry: 17084/head
authorJames Kyle <me@thejameskyle.com>
Wed, 19 Aug 2015 23:52:24 +0000 (16:52 -0700)
committerJames Kyle <me@thejameskyle.com>
Wed, 19 Aug 2015 23:52:24 +0000 (16:52 -0700)
docs/content/reboot.md

index ac17e147eeb5abcb5422e3aea1338a35f760c339..845d50798af054f5c247edcf38bb882594c603b8 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>
-        Wow
-  such
-      preformatted text
+.example-element {
+  margin-bottom: 1rem;
+}
 </pre>
 {% endmarkdown %}
 </div>