dickloraine, that doesn't seem to work for me, at least not with the book I'm testing all this on (The Dark Defiles by Richard Morgan).
eschwartz, that seems strange to me. I just checked the CSS classes before and after conversion. Before conversion, the scene break CSS class contains: margin-top: 2em
After conversion, that same CSS class does not contain margin-top, but it does contain padding-top: 0
So conversion removes the original top margin property and value, and inserts another property with the value zero instead. That does not seem to me to require a Culture Mind level of AI to resolve :-)
|