1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 02:24:19 +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">
{% markdown %}
<pre>
.element {
.example-element {
margin-bottom: 1rem;
}
</pre>