]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Replace text-monospace with font-monospace
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Nov 2021 14:43:21 +0000 (14:43 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Nov 2021 14:43:21 +0000 (14:43 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/people/sip.html
src/templates/wiki/modules/diff.html

index b9f30b5f0c7846e871482a8df0b57bf09eb5de60..4d134b69115c937a3a52f9aaa598f2c228907b7a 100644 (file)
@@ -40,7 +40,7 @@
                                                        <dd class="col-sm-6">{{ account.sip_id }}</dd>
 
                                                        <dt class="col-sm-6">{{ _("Password") }}</dt>
-                                                       <dd class="col-sm-6 text-monospace text-nowrap">{{ account.sip_password }}</dd>
+                                                       <dd class="col-sm-6 font-monospace text-nowrap">{{ account.sip_password }}</dd>
                                                </dl>
                                        </div>
                                </div>
index 341a5ee926a2bbc8f32ead9f483ceb8094608155..d657f153f1eb9337cbda3ff2facb1157e1fdb0c8 100644 (file)
@@ -1,4 +1,4 @@
-<table class="table table-sm small text-monospace">
+<table class="table table-sm small font-monospace">
        <tbody>
                {% for line in diff %}
                        {% if not line.startswith("?") %}