From 58b59cc28f148ec81c9094ac4a86d947cc1fecc6 Mon Sep 17 00:00:00 2001
From: amandaghassaei <amandaghassaei@gmail.com>
Date: Sat, 3 Jun 2017 16:26:17 -0400
Subject: [PATCH] small changes

---
 index.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 9da882a..2d2b2a4 100755
--- a/index.html
+++ b/index.html
@@ -1080,6 +1080,9 @@
     <div class="modal-dialog sm">
         <div class="modal-content">
             <div class="modal-body">
+                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
+                  <span aria-hidden="true">&times;</span>
+                </button>
                 <p id="warningMessage">
                 </p>
             </div>
@@ -1229,7 +1232,6 @@
                     Color (rgb hex) : &nbsp;&nbsp;<input id="backgroundColor" value="" placeholder="" class="hexVal form-control" type="text">
                 </p>
             </div>
-            </div>
         </div><!-- /.modal-content -->
     </div><!-- /.modal-dialog -->
 </div><!-- /.modal -->
-- 
GitLab