diff options
| author | Mark Otto <[email protected]> | 2011-09-08 23:01:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-08 23:01:28 -0700 |
| commit | ba08055a7be248582ce6b5ba00bf04f5c821bcdd (patch) | |
| tree | b5f91922acbc9a4e3838501a75ba536c24aca550 /docs | |
| parent | c474f996a902434572c238bb6e170473171cadad (diff) | |
| download | bootstrap-ba08055a7be248582ce6b5ba00bf04f5c821bcdd.tar.xz bootstrap-ba08055a7be248582ce6b5ba00bf04f5c821bcdd.zip | |
update the modals and alert-messages to use the same .close styles, save for some positioning in the modal after knocking down the modal padding
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 7acafd6c9..5c7e44a5e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1246,8 +1246,8 @@ <!-- Modal --> <div class="modal" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1"> <div class="modal-header"> - <h3>Modal Heading</h3> <a href="#" class="close">×</a> + <h3>Modal Heading</h3> </div> <div class="modal-body"> <p>One fine body…</p> |
