mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-10 17:02:54 +01:00
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;
|
border: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
.nnw-overflow table[border="0"] {
|
||||||
|
border-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
img, figure, video, div, object {
|
img, figure, video, div, object {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user