diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 13:36:06 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 13:36:06 -0700 |
| commit | 22dbf9d8e4fc5568d9d49b40d1c1020fbab064c9 (patch) | |
| tree | 62eae892e3830f69fc1d7c549cd3178b6115ad90 /docs | |
| parent | 0ca33aa1ba665fe82fe1f1a5863b62fb4b27ca71 (diff) | |
| download | bootstrap-22dbf9d8e4fc5568d9d49b40d1c1020fbab064c9.tar.xz bootstrap-22dbf9d8e4fc5568d9d49b40d1c1020fbab064c9.zip | |
fix up the modals for ie8
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 7738b4a6e..135483a83 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1101,7 +1101,7 @@ <p>Modals—dialogs or lightboxes—are great for contextual actions in situations where it’s important that the background context be maintained.</p> </div> <div class="span12 columns"> - <div class="well" style="background-color: rgba(0,0,0,0.5); border: none; padding: 40px;"> + <div class="well" style="background-color: #888; border: none; padding: 40px;"> <!-- Modal --> <div class="modal" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"> <div class="modal-header"> @@ -1169,7 +1169,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita </div> </div> </div> - <img class="large-bird" src="assets/img/bird.png" width="220px" height="48px"> + <img class="large-bird" src="assets/img/bird.png" width="220px" height="151px"> </div> </div> </div> |
