Quote:
Originally Posted by Anak
@dmapr. There is nothing wrong with your code.
Are you sure that the original stylesheet is correct?
A minor error (i.e. a missing semicolon ; ) will break the CSS on Kobo ereaders while Sigil displays the output as intended.
CSS Validation Tool: http://jigsaw.w3.org/css-validator/validator
|
I did not spot anything obvious like that while looking at the merged CSS file, and the original CSS works if I don't use the extras. I suppose I should try to run the merged one through the validator if I run into this again, thanks for the link.
Quote:
Originally Posted by jackie_w
Another thing to try... I've also experienced all css being ignored. Find a book with the problem and have a look at its internal css. Do you see any occurrences of !important in there? If so remove them and try again.
|
Thanks for the tip. Next time I run into this I'll check for that.