Skip to content

Commit

Permalink
Simplify CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Jan 26, 2024
1 parent 4f0e3c4 commit 4d40bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/epub/css/local.css
Expand Up @@ -49,12 +49,12 @@ table{
margin: 1em auto;
}

table td:last-child{
table td{
font-variant-numeric: tabular-nums;
text-align: right;
}

table tfoot td:last-child{
table tfoot td{
border-top: 1px solid;
}
/* end of tally */
Expand Down

0 comments on commit 4d40bf7

Please sign in to comment.