diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-05 22:47:03 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-05 22:47:03 +0200 |
commit | 699277aa90232045771f7836bc1bfa2d0db3af41 (patch) | |
tree | d32ce9a8f28f5d34d228c31963387e2b1610be74 | |
parent | 2411d93340d600f44e1716569b4ecb2b4fc013ab (diff) |
Revert help title back to <h4> (header of modal too large with <h3>).
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,7 @@ final class LookingGlass { print '<div class="modal-content">'; print '<div class="modal-header">'; print '<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>'; - print '<h3 class="modal-title">Help</h4>'; + print '<h4 class="modal-title">Help</h4>'; print '</div>'; print '<div class="modal-body">'; print '<h4>Command</h4>'; |