diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 14:08:30 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2018-01-28 14:08:30 +0100 |
commit | 23f9d0d5e8d6e151eb5d0d5516299f4f3d39453e (patch) | |
tree | e57c31fc153ed56b99919730cf8e6e2480dd5413 | |
parent | 09d3ceab4cc6daa77160ceb01a2f469b2a24ac4e (diff) |
Add styling to command in help modal.
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ final class LookingGlass { print('<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>'); print('</div>'); print('<div class="modal-body">'); - print('<h4>Command <small id="command-reminder"></small></h4>'); + print('<h4>Command <span class="badge badge-dark"><small id="command-reminder"></small></span></h4>'); print('<p id="description-help"></p>'); print('<h4>Parameter</h4>'); print('<p id="parameter-help"></p>'); |