From f6d029f6abf0ae892a54c18bc283e0ef33ef430d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 12 Feb 2014 11:10:55 -0800 Subject: [PATCH] Use .bs-example-* instead of .bs-* in examples in docs Refs #12610 --- docs/javascript.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/javascript.html b/docs/javascript.html index ddb233fd5f..561fc3fd9f 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -241,14 +241,14 @@ $('#myModal').on('show.bs.modal', function (e) {

Optional sizes

Modals have two optional sizes, available via modifier classes to be placed on a .modal-dialog.

- - + +
{% highlight html %} - + -