From c84cf4f7f5187e607e1c5a921d7a7b8166e66def Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 Apr 2015 14:07:20 -0700 Subject: rename classes from .bs-docs and .bs to .bd --- docs/components/modal.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'docs/components/modal.md') diff --git a/docs/components/modal.md b/docs/components/modal.md index 4ae9f95ba..7a88ad88e 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -13,15 +13,15 @@ $('#myModal').on('shown.bs.modal', function () { }) {% endhighlight %} -
+

Overlapping modals not supported

Be sure not to open a modal while another is still visible. Showing more than one modal at a time requires custom code.

-
+

Modal markup placement

Always try to place a modal's HTML code in a top-level position in your document to avoid other components affecting the modal's appearance and/or functionality.

-
+

Mobile device caveats

There are some caveats regarding using modals on mobile devices. See our browser support docs for details.

@@ -30,7 +30,7 @@ $('#myModal').on('shown.bs.modal', function () { A rendered modal with header, body, and set of actions in the footer.

-
+