feat: Reliably sort table rows, total count split into footer
This commit is contained in:
parent
bac8cac1b7
commit
0284c755ae
3 changed files with 40 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue