diff options
| author | Jacob Thornton <[email protected]> | 2012-04-16 15:09:26 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-16 15:09:26 -0700 |
| commit | 457859feba3ca9a64a23dd38a4d65e3faad11b04 (patch) | |
| tree | 988a2054ece443f35d3e83f65013288a3eb08753 /docs/javascript.html | |
| parent | 498b7d984a8182442e2f543eedff6542c628cd55 (diff) | |
| parent | 5fa0fcc888bdeb5210b03445045ba61bdf7b0034 (diff) | |
| download | bootstrap-457859feba3ca9a64a23dd38a4d65e3faad11b04.tar.xz bootstrap-457859feba3ca9a64a23dd38a4d65e3faad11b04.zip | |
Merge branch '2.0.3-wip' of https://github.com/twitter/bootstrap into 2.0.3-wip
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 6f3cd9153..7ad42ae81 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -206,7 +206,7 @@ <h2>Static example</h2> <p>Below is a statically rendered modal.</p> <div class="well modal-example" style="background-color: #888; border: none;"> - <div class="modal" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"> + <div class="modal" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1; max-width: 100%;"> <div class="modal-header"> <button class="close" data-dismiss="modal">×</button> <h3>Modal header</h3> |
