summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2018-01-28 14:08:30 +0100
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2018-01-28 14:08:30 +0100
commit23f9d0d5e8d6e151eb5d0d5516299f4f3d39453e (patch)
treee57c31fc153ed56b99919730cf8e6e2480dd5413
parent09d3ceab4cc6daa77160ceb01a2f469b2a24ac4e (diff)
Add styling to command in help modal.
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index e258887..76246cd 100644
--- a/index.php
+++ b/index.php
@@ -236,7 +236,7 @@ final class LookingGlass {
print('<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</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>');