Force tables with border="0" to have no border
This commit is contained in:
parent
0b170b7ff5
commit
5dfb4dc369
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue