7 lines
190 B
CSS
7 lines
190 B
CSS
9 years ago
|
/*
|
||
|
The following stylesheet is only included on pages that can execute javascript
|
||
|
*/
|
||
|
|
||
|
[component="post/content"] img:not(.not-responsive):not([data-state]) {
|
||
|
display: none !important;
|
||
|
}
|