Committer: esavintcev
LJSUP-14077: Clean big size parameters for image in lj-cutU trunk/htdocs/stc/sup/s/style.css
Modified: trunk/htdocs/stc/sup/s/style.css =================================================================== --- trunk/htdocs/stc/sup/s/style.css 2012-11-27 11:45:33 UTC (rev 12949) +++ trunk/htdocs/stc/sup/s/style.css 2012-11-27 11:56:00 UTC (rev 12950) @@ -406,6 +406,11 @@ .entry-text SUB { top:.5ex; } + .entry-text .entry-content IMG:not([width]):not([height]):not(.i-ljpoll-results-bar) { + width: auto !important; + height: auto !important; + max-width: 100%; + } .entry-text .entry-content .b-mediaplaceholder { max-width: 100%; }