aboutsummaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-20 21:09:56 -0700
committerMark Otto <[email protected]>2015-08-20 21:09:56 -0700
commitd2a26644048743aebcde033a35f01626bc5276fb (patch)
treef3435582afc035fe34061f1f3fba1ca4173f177a /docs/content
parentbf2781d758e8ef98ea9d0c82f8be84b12ab5bca4 (diff)
parent5d8751274d9887dfdcdb31bd973532b411613784 (diff)
downloadbootstrap-d2a26644048743aebcde033a35f01626bc5276fb.tar.xz
bootstrap-d2a26644048743aebcde033a35f01626bc5276fb.zip
Merge pull request #17084 from thejameskyle/tjk/3
v4 - Use doge instead of css for <pre> example
Diffstat (limited to 'docs/content')
-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 5db306d90..076a3752f 100644
--- a/docs/content/reboot.md
+++ b/docs/content/reboot.md
@@ -111,7 +111,7 @@ The `<pre>` element is reset to remove its `margin-top` and use `rem` units for
<div class="bd-example">
{% markdown %}
<pre>
-.element {
+.example-element {
margin-bottom: 1rem;
}
</pre>