Quote:
Originally Posted by Terisa de morgan
No, I have centered elements aside of the headers (separator, for example) and they appear as I define them. I think it's something at the settngs.
|
It probably is, but I'm wondering where. I've done dozens of books with these settings, and they work everywhere except with the kepub renderer. One example:
CSS:
Code:
div.prose > p.center {text-align:center; text-indent:0}
Html file:
Code:
<div class="prose">
<p class="center">[1932]</p>
</div>
is displayed left-aligned.