diff options
| author | Mark Otto <[email protected]> | 2013-04-30 19:55:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-30 19:55:02 -0700 |
| commit | f8fd524def9b0960403495c5183f0e1c616a82b4 (patch) | |
| tree | fd19278fc63640bcbc9313a168fe57ed9f7ece45 /docs/docs.html | |
| parent | 47155e8aa38856ff928be02b33454ae79d84aa2e (diff) | |
| download | bootstrap-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.html | 4 |
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"> |
