archive
/
md-pdf
Archived
1
Fork 0

Give tables borders

This commit is contained in:
Jake Howard 2017-11-24 10:00:11 +00:00 committed by GitHub
parent 2997f89b0b
commit 67dbbc92c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {