1
0
Fork 0

feat: Reliably sort table rows, total count split into footer

This commit is contained in:
Benedikt Bastin 2021-01-17 20:21:24 +01:00
parent bac8cac1b7
commit 0284c755ae
3 changed files with 40 additions and 7 deletions

View file

@ -68,6 +68,7 @@ figure {
table {
border-collapse: collapse;
background: white;
}
table td, table th {
@ -86,3 +87,12 @@ table tbody th {
table td.number {
text-align: right;
}
thead {
border-bottom: 2px solid #333333;
}
tfoot {
background: white;
border-top: 2px solid #333333;
}