aboutsummaryrefslogtreecommitdiff
path: root/docs/content
diff options
context:
space:
mode:
authorJames Kyle <[email protected]>2015-08-19 15:28:49 -0700
committerJames Kyle <[email protected]>2015-08-19 15:28:49 -0700
commit4540ad38af17b56bfd94451ae16f86a01ce635af (patch)
treeee90b55246238015ac516fb520380a38634312c6 /docs/content
parent1efb07dad93ca62d17bcee82dfdad86ea3d420dc (diff)
downloadbootstrap-4540ad38af17b56bfd94451ae16f86a01ce635af.tar.xz
bootstrap-4540ad38af17b56bfd94451ae16f86a01ce635af.zip
Use doge instead of css for <pre> example
Diffstat (limited to 'docs/content')
-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 7418c4116..ac17e147e 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>
-.element {
- margin-bottom: 1rem;
-}
+ Wow
+ such
+ preformatted text
</pre>
{% endmarkdown %}
</div>