Quote:
Originally Posted by henriquemaia
Out of curiosity:
How can one force other properties using that css file?
|
It is hard to explain in a few words, it is just the way CSS works.
All the styles you include in this file are 'cascaded' (i.e. merged according to the CSS specification) with those of the ePub so that you can modify the overall result.
Note that CSS allows for styles to be marked with the "!important" keyword, to get higher priority in the style order.