diff options
| author | Mark Otto <[email protected]> | 2013-05-03 14:46:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-03 14:46:09 -0700 |
| commit | 9d9fd5e0d1b238613728ef27a024b0cc28b5151a (patch) | |
| tree | 7cd68986a1a79161b45db92de79c9a56bd11bd83 /docs/docs.html | |
| parent | 7cceaa69560b22acac6297d21a2e2e752d667912 (diff) | |
| download | bootstrap-9d9fd5e0d1b238613728ef27a024b0cc28b5151a.tar.xz bootstrap-9d9fd5e0d1b238613728ef27a024b0cc28b5151a.zip | |
remove .fade from static modal example, but include in code snippet
Diffstat (limited to 'docs/docs.html')
| -rw-r--r-- | docs/docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs.html b/docs/docs.html index dd1964c83..cd90b1510 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -5012,7 +5012,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 fade"> + <div class="modal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> |
