2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
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>