Suppress indentation of first paragraph
Hi,
I often convert from epub to epub to remove spacing between paragraphs and set the text justification to "justified". It works fine, but I have not found a way to suppress the indentation of the first paragraph. I have tried to specify an "Extra CSS":
p:first-child {text-indent: 0pt;}
but it seems to have no effect in the generated output.
I would be very thankful for any hints.
Thanks in advance,
Behnam
|