diff options
| author | Mark Otto <[email protected]> | 2016-09-08 22:16:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-08 22:16:28 -0700 |
| commit | 0be876359ed4ed7c8a3d315a6ef9a04eede8d765 (patch) | |
| tree | e581144cab3da2959274f18206c2f01a14fee50d /docs/components/alerts.md | |
| parent | ae784c9521101c391ecc98e906ddf18e6aeb459b (diff) | |
| download | bootstrap-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.md | 2 |
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 %} |
