mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +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 %}
|
||||
</h3>
|
||||
|
||||
<dl>
|
||||
<div>
|
||||
{# Slighlty highlight every text in this block over normal text (similar to h5) #}
|
||||
<dl style="font-weight: 500;">
|
||||
<div class="">
|
||||
<dt>
|
||||
<span class="visually-hidden">{% trans %}description.label{% endtrans %}</span>
|
||||
</dt>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue