aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Kyle <[email protected]>2015-08-19 16:52:24 -0700
committerJames Kyle <[email protected]>2015-08-19 16:52:24 -0700
commit5d8751274d9887dfdcdb31bd973532b411613784 (patch)
tree73b83a51a6ff4471ae03ef7e19386ae8461e5cf7 /docs
parent4540ad38af17b56bfd94451ae16f86a01ce635af (diff)
downloadbootstrap-5d8751274d9887dfdcdb31bd973532b411613784.tar.xz
bootstrap-5d8751274d9887dfdcdb31bd973532b411613784.zip
Use .example-element instead of doge :cry:
Diffstat (limited to 'docs')
-rw-r--r--docs/content/reboot.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/reboot.md b/docs/content/reboot.md
index ac17e147e..845d50798 100644
--- a/docs/content/reboot.md
+++ b/docs/content/reboot.md
@@ -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>