mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Increase font-weight of the <dl> element in part info page to match its look to the <h5> element
This commit is contained in:
parent
65b2f045ac
commit
b42d98e9f8
1 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<dl>
|
{# Slighlty highlight every text in this block over normal text (similar to h5) #}
|
||||||
<div>
|
<dl style="font-weight: 500;">
|
||||||
|
<div class="">
|
||||||
<dt>
|
<dt>
|
||||||
<span class="visually-hidden">{% trans %}description.label{% endtrans %}</span>
|
<span class="visually-hidden">{% trans %}description.label{% endtrans %}</span>
|
||||||
</dt>
|
</dt>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue