In the synopsis details could a tag be added for styling the <p> tag? There are patches editing for the font size overall, and line spacing, but the default styling for the <p> tag seems to be:
Code:
p {margin: 1em 0} [or maybe margin-top: 1em; margin-bottom: 1em;?]
and I'd like the ability to change that to
Code:
p {margin: 0; text-indent: 1.5em}
p:first-of-type {text-indent: 0rem;}
edit: don't know if this matters, but I have a Libra Color