Quote:
Originally Posted by pazos
There's an styletweak *almost* for that in "style tweaks -> pages and margins -> horizontal margins -> ignore horizontal paragraph margins"
which is just
Code:
p, li {
margin-left: 0 !important;
margin-right: 0 !important;
}
It should behave properly unless the rest of the book is coded by monkeys
As mergen3107 said you could also write your own styletweak.
|
if you add that CSS code, some offset text will not be offset any longer. So that's not a good idea. Then only real way to do it is t edit the CSS code for every eBook.