orleans: make labels bold (#36613)

This commit is contained in:
Serghei Mihai 2019-10-15 09:47:02 +02:00
parent 527183ed9c
commit 2e8799f616
1 changed files with 4 additions and 0 deletions

View File

@ -261,6 +261,10 @@ div#footer {
}
}
label {
font-weight: bold;
}
td.invoice-subject, th.invoice-subject, div#item h4.label {
display: none;
}