Documents: Add .bold for tables

This commit is contained in:
2023-12-22 19:48:13 +01:00
parent b9a2893d80
commit c836b45920
6 changed files with 10 additions and 6 deletions

View File

@ -117,7 +117,7 @@ main table.number thead tr:first-child th:first-child {
text-align: left;
}
main table tr.sum td {
main table tr.bold td {
font-weight: bold;
}
@ -145,3 +145,7 @@ main table th.narrow {
main table .lborder {border-left: 0.5pt solid black;}
main table .rborder {border-right: 0.5pt solid black;}
main table .fleft {
float: left;
}