diff options
| author | Mark Otto <[email protected]> | 2015-08-20 21:09:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-20 21:09:56 -0700 |
| commit | d2a26644048743aebcde033a35f01626bc5276fb (patch) | |
| tree | f3435582afc035fe34061f1f3fba1ca4173f177a | |
| parent | bf2781d758e8ef98ea9d0c82f8be84b12ab5bca4 (diff) | |
| parent | 5d8751274d9887dfdcdb31bd973532b411613784 (diff) | |
| download | bootstrap-d2a26644048743aebcde033a35f01626bc5276fb.tar.xz bootstrap-d2a26644048743aebcde033a35f01626bc5276fb.zip | |
Merge pull request #17084 from thejameskyle/tjk/3
v4 - Use doge instead of css for <pre> example
| -rw-r--r-- | docs/content/reboot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 5db306d90..076a3752f 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -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> |
