aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-30 19:55:02 -0700
committerMark Otto <[email protected]>2013-04-30 19:55:02 -0700
commitf8fd524def9b0960403495c5183f0e1c616a82b4 (patch)
treefd19278fc63640bcbc9313a168fe57ed9f7ece45 /docs/docs.html
parent47155e8aa38856ff928be02b33454ae79d84aa2e (diff)
downloadbootstrap-f8fd524def9b0960403495c5183f0e1c616a82b4.tar.xz
bootstrap-f8fd524def9b0960403495c5183f0e1c616a82b4.zip
add the fade class to the default modal docs
Diffstat (limited to 'docs/docs.html')
-rw-r--r--docs/docs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs.html b/docs/docs.html
index 60711f5da..4292b650c 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -4934,7 +4934,7 @@ $('#myModal').on('show', function (e) {
<h3>Static example</h3>
<p>A rendered modal with header, body, and set of actions in the footer.</p>
<div class="bs-docs-example bs-docs-example-modal">
- <div class="modal">
+ <div class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
@@ -4953,7 +4953,7 @@ $('#myModal').on('show', function (e) {
</div><!-- /.modal -->
</div><!-- /example -->
{% highlight html %}
-<div class="modal">
+<div class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">