we have many img_assist'd images already imbedded in content. With the update to the style sheet the class="inline center' is still there.

It would seem that you can harmlessly maintain backwards compatibility (at least for a little while) by letting the css selectors select for either.

The patch included does this.

CommentFileSizeAuthor
backwards_style_compatibility.patch700 bytesschuyler1d

Comments

sun’s picture

Status: Needs review » Closed (won't fix)

Unfortunately, no. The classes "left", "right", and "center" are too ambiguous and break too many themes. You can just copy and paste the stylesheet into your theme and customize as needed.

I can only advice people to use the built-in Inline filter tags instead of plain HTML output. That way, your embedded images would be updated automatically by the revised macro rendering functions.