aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-26 23:15:36 -0800
committerMark Otto <[email protected]>2012-02-26 23:15:36 -0800
commitccf7697185488850e7450bfb05092bebc2004084 (patch)
tree41b5d3222ef99ffd376ffeb2b2a6d0dbb2c75b44
parent6abb2059eb44b53c78bd61c72ad6eb3a83c70457 (diff)
parent74a3c763b47e146e354624cea56b73fbf514ad97 (diff)
downloadbootstrap-ccf7697185488850e7450bfb05092bebc2004084.tar.xz
bootstrap-ccf7697185488850e7450bfb05092bebc2004084.zip
Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip
Conflicts: docs/assets/bootstrap.zip
-rw-r--r--docs/assets/bootstrap.zipbin54489 -> 54489 bytes
-rw-r--r--docs/javascript.html2
-rw-r--r--docs/templates/pages/javascript.mustache2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 2408ccef9..7a9438480 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/javascript.html b/docs/javascript.html
index 1e1accb89..4f40934f7 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -276,7 +276,7 @@
<td>backdrop</td>
<td>boolean</td>
<td>true</td>
- <td>Includes a modal-backdrop element</td>
+ <td>Includes a modal-backdrop element. Alternatively, specify <code>static</code> for a backdrop which doesn't close the modal on click.</td>
</tr>
<tr>
<td>keyboard</td>
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 5e248fa51..aa3a280f4 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -200,7 +200,7 @@
<td>{{_i}}backdrop{{/i}}</td>
<td>{{_i}}boolean{{/i}}</td>
<td>{{_i}}true{{/i}}</td>
- <td>{{_i}}Includes a modal-backdrop element{{/i}}</td>
+ <td>{{_i}}Includes a modal-backdrop element. Alternatively, specify <code>static</code> for a backdrop which doesn't close the modal on click.{{/i}}</td>
</tr>
<tr>
<td>{{_i}}keyboard{{/i}}</td>