Quote:
Originally Posted by Anak
The original text alignment is justification. Justification is OFF.
|
If I select Justification OFF, the OFF button has a very dark color. Therefore I thought yours is not set to off. However, on my Touch, one of the three justification buttons is always dark. Maybe this is connected with settings in the Kobo eReader.conf.
Quote:
Originally Posted by Anak
As far as I know centered text never worked properly in kepubs. It is not an issue that suddenly popped up in 2.5.x.
In user generated kepubs (renaming epub to kepub.epub) you can fix this bug by adding two text-alignment settings to "reset" or "force" text-alignment.
Code:
body {
margin:0;
text-align:right; /* force change or reset of text-alignment*/
font-family:serif;
…
text-align:justify; /* the preferred default text-alignment */
}
|
I don't see this bug (and never saw it). To be sure, I just removed the ccs file of a kepub.epub, set one paragraphe to center by inline code(<p style="text-align: center">center test</p>), and it works. Am I doing something wrong?