Previously it only worked because the book you were converting happened to use the shorthand form, if it did not it would not have worked. Now all css shorthand properties are expanded internally during conversion, this is necessary to avoid a few CSS cascading bugs.
Therefore, it is now necessary to specify the full properties to be removed explicitly. I might add a feature in the next release to automatically expand shorthand css properties specified in the filter css box, so that one does not have to enter them manually.
|