Don't use block style after <br /> tag
A cross-platform XML/CSS based eBook reader
Brought to you by:
buggins
F.e. if in epub stylesheet use code: p.center { text-align: center; }
and in epub xhtml use code: <p class="center">text in centered block before BR tag<br />text in centered block after BR tag</p>
text is not centered after <br />. This bag is in fb2 files also.
screenshot from android
Is this also the cause of the problem that prevents the first item after a page break from having a top margin?