Quote:
Originally Posted by Peter Sorotokin
Hadrien,
A hint for you: to turn off automatic multi-column flow for titlepage (and anywhere you don't want it) you can set the IDPF-blessed oeb-column-number CSS property to 1 on the body element. This works only in beta, not in 1.0. The good thing is that it is 100% standard, no need for XPGT.
Peter
|
OK, that's a pretty nice tip, and now that I need multiple body elements (because I have multiple flows), I can use different CSS stylesheets easily. Would it impact the performance in a positive way if I limited the CSS stylesheet as much as I can (multiple stylesheets with few elements, instead of a single one for the main content) ?