1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02:00

Use doge instead of css for <pre> example

This commit is contained in:
James Kyle
2015-08-19 15:28:49 -07:00
parent 1efb07dad9
commit 4540ad38af

View File

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