mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Force tables with border="0" to have no border
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user