diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-07-02 01:50:53 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-07-02 01:50:53 -0400 |
commit | 655f3e5ef192bd40e08b481807a974d53dee30a3 (patch) | |
tree | 0767fedaaea0bf038447c0fe7901eb0a72292def /tests | |
parent | 6921252055a1490921eac01caf583ba26b0e4b2e (diff) |
fixes invisible close buttons, closes #272
Diffstat (limited to 'tests')
-rw-r--r-- | tests/components.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/components.html b/tests/components.html index 5029fe61..e3d5d7d7 100644 --- a/tests/components.html +++ b/tests/components.html @@ -2727,6 +2727,7 @@ <h4 class="modal-title" id="myModalLabel">Modal Heading</h4> </div> <div class="modal-body"> + <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4>Text in a modal</h4> <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p> |