Skip to content

Commit

Permalink
Tweak CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Mar 15, 2024
1 parent e5aabda commit ee92f5e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/epub/css/local.css
Expand Up @@ -29,21 +29,12 @@ table{
width: 100%;
}

table td{
border: 0;
}

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

table tfoot{
padding-top: 0.5em;
}

table th[scope=row]{
table th[scope="row"]{
padding-right: 1em;
}

Expand Down

0 comments on commit ee92f5e

Please sign in to comment.