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.
| Comment | File | Size | Author |
|---|---|---|---|
| backwards_style_compatibility.patch | 700 bytes | schuyler1d |
Comments
Comment #1
sunUnfortunately, 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.