Force tables with border="0" to have no border

This commit is contained in:
Nate Weaver 2020-10-19 11:55:58 -05:00
parent 0b170b7ff5
commit 5dfb4dc369
1 changed files with 3 additions and 0 deletions

View File

@ -182,6 +182,9 @@ code, pre {
border: none;
padding: 0;
}
.nnw-overflow table[border="0"] {
border-width: 0;
}
img, figure, video, div, object {
max-width: 100%;