1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 18:40:03 +00: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
commit d2a2664404

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>