archive
/
md-pdf
Archived
1
Fork 0

Merge branch 'fix-tables' into 'master'

Give tables borders

See merge request archive/md-pdf!16
This commit is contained in:
Jake Howard 2021-05-29 16:05:01 +00:00
commit d36d35f4e7
1 changed files with 10 additions and 0 deletions

View File

@ -49,6 +49,16 @@ body.content {
code {
white-space: inherit !important;
}
table {
width: 100%;
border-collapse: collapse !important;
border: 1px solid black !important;
}
table {
border: 1px solid black !important;
}
}
body.footer, body.header {