In rooted Nook Simple Touch, when using file browser to find a book or setting options, dividing lines are invisible: only very short lines on the left edge (like 2mm) are visible. Might be the case other e-ink based readers suffer the same issue?
By the way, when using external CSS, text-indent doesn't work sometimes. Cool Reader seems to be handling this on its own. Suppose we have
.quote {text-indent:10em; margin-top:2em; margin-left:2em; margin-right:2em; }
.quote +p {text-indent: 5em; margin-top: 2em;}
then the second text-indent rule is always ignored.
Additionally, font-family doesn't work at all.
Last edited by sun4384; 04-14-2012 at 03:31 PM.
|