2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Added missing 'data-dismiss="modal"' on the first example model source.

This commit is contained in:
Scott Watermasysk
2012-01-18 14:53:59 -05:00
parent ab8f2e2767
commit 9c94078415
+1 -1
View File
@@ -240,7 +240,7 @@
<div class="well" 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-header">
<a href="#" class="close js-dismiss">&times;</a>
<a href="#" class="close" data-dismiss="modal">&times;</a>
<h3>Modal header</h3>
</div>
<div class="modal-body">