1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 10:34:07 +02:00

Merge pull request #17084 from thejameskyle/tjk/3

v4 - Use doge instead of css for <pre> example
This commit is contained in:
Mark Otto
2015-08-20 21:09:56 -07:00

View File

@@ -111,7 +111,7 @@ 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 { .example-element {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
</pre> </pre>