1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

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

This commit is contained in:
Mark Otto
2011-09-08 23:01:28 -07:00
parent c474f996a9
commit ba08055a7b
6 changed files with 130 additions and 85 deletions

View File

@@ -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">&times;</a>
<h3>Modal Heading</h3>
</div>
<div class="modal-body">
<p>One fine body…</p>