2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +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"> <div class="bd-example">
{% markdown %} {% markdown %}
<pre> <pre>
.element { .example-element {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
</pre> </pre>