I would agree that it would be nice to map the style names directly to a traceable name which would aid fixing or modifying the epub after it is built. But this is not the idea of Atlantis. It is designed to always go back to the source file and fix things. What I do like is that if you override the styles by making a change to an individual paragraph without changing the styles the compiler will pick that up and make a CSS style for it. If you do the same kind of change to several paragraphs it will group them and make a single CSS entry thus it is cleaner for sloppy writers. I chased some of this down but currently try and avoid worrying much about the CSS and just add things if required.
Dale
|