I'm testing cr3-qt-win32-3.0.56-42, and found that when using external css for epub, the very next css rule after a comment does not work. For example, let's say we have:
/*comment here*/
p {text-indent:1.5em; text-align:justify;}
Then the rule for paragraphs doesn't get recognized and work.
By the way, is there any way to override cool reader's page margin using external css? I hope to be able to show cover pagers in full screen without page margin, but @page rule doesn't seem to work yet.
|