Bold percent cells and add percentage sign

This commit is contained in:
2024-06-15 11:58:08 +01:00
parent cfe5d57656
commit 1917053811
3 changed files with 35 additions and 28 deletions

View File

@@ -4,6 +4,12 @@ table {
}
tr.row-total, tr.row-percent , td.col-15, td.col-16 {
font-weight: bold;
}
tr,td,th {
border:1px solid;
}