aboutsummaryrefslogtreecommitdiff
path: root/docs/components/alerts.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-09-08 22:16:28 -0700
committerMark Otto <[email protected]>2016-09-08 22:16:28 -0700
commit0be876359ed4ed7c8a3d315a6ef9a04eede8d765 (patch)
treee581144cab3da2959274f18206c2f01a14fee50d /docs/components/alerts.md
parentae784c9521101c391ecc98e906ddf18e6aeb459b (diff)
downloadbootstrap-0be876359ed4ed7c8a3d315a6ef9a04eede8d765.tar.xz
bootstrap-0be876359ed4ed7c8a3d315a6ef9a04eede8d765.zip
Update docs to use new spacing util class names
Diffstat (limited to 'docs/components/alerts.md')
-rw-r--r--docs/components/alerts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/alerts.md b/docs/components/alerts.md
index 56e8b089c..ad8c28bdd 100644
--- a/docs/components/alerts.md
+++ b/docs/components/alerts.md
@@ -60,7 +60,7 @@ Alerts can also contain additional HTML elements like headings and paragraphs.
<div class="alert alert-success" role="alert">
<h4 class="alert-heading">Well done!</h4>
<p>Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.</p>
- <p class="m-b-0">Whenever you need to, be sure to use margin utilities to keep things nice and tidy.</p>
+ <p class="mb-0">Whenever you need to, be sure to use margin utilities to keep things nice and tidy.</p>
</div>
{% endexample %}