View Single Post
Old 01-12-2025, 01:03 AM   #1221
m_pluto
Enthusiast
m_pluto began at the beginning.
 
m_pluto's Avatar
 
Posts: 36
Karma: 10
Join Date: Jun 2021
Device: Kobo Sage, Libra Colour
stying for <p> tag in synopsis details

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

Last edited by m_pluto; 01-15-2025 at 10:57 PM. Reason: formatting
m_pluto is offline   Reply With Quote