Skip to content

Commit

Permalink
update tables in epub
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Oct 8, 2024
1 parent 409ab28 commit 0bb4465
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions images/style_epub.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,22 @@ body {
h1 {
color: blue;
}

table {
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #000;
/* width: 100%; */
}

table th {
border: 1px solid #000;
background-color: #f0f0f0;
}

table td {
border: 1px solid #000;
padding: 2px;
}


0 comments on commit 0bb4465

Please sign in to comment.