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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user