Dragosvr92 wrote:I previously tried to use blockquote .postimage
and it did not work for me, so i had to use blockquote img.postimage
and that worked. Now it does seem to work. Maybe i did something different when i tried that. But the max-width
really isnt helpful. The property simply gets ignored. But wouldnt it be better to define the style this way? <style type="text/css">
? Using an extension for one line of css seems a little much to me still...
style tags do not need type=text/css in HTML5.
max-width is helpful for dealing with wide images (it only gets ignored if the image is taller than wide, and vice versa for max-height with wide images). But you are right, it's being cancelled out by an overqualified style attribute in the core, so it actually should be
.postbody blockquote .postimage
I updated the download again to make up for this oversight.