From a6f3bdb71f65e92e1ed4fe140683e49f99526442 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 20 Nov 2014 10:09:47 +0200 Subject: Move inline CSS to docs.css. --- docs/_includes/js/modal.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/_includes/js/modal.html') diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index f5861f4a5..6fae87cff 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -108,7 +108,7 @@ -
+
@@ -220,7 +220,7 @@

Have a bunch of buttons that all trigger the same modal, just with slightly different contents? Use event.relatedTarget and HTML data-* attributes (possibly via jQuery) to vary the contents of the modal depending on which button was clicked. See the Modal Events docs for details on relatedTarget,

-
+
@@ -314,12 +314,12 @@ $('#exampleModal').on('show.bs.modal', function (event) {

Options

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-backdrop="".

- +
- - - + + + @@ -386,7 +386,7 @@ $('#myModal').modal({
NametypedefaultNametypedefault description
- + -- cgit v1.2.3
Event TypeEvent Type Description