Quote:
Originally Posted by ldolse
Put this in extra css under the Look and Feel settings:
Code:
blockquote > p:first-child {text-indent:0;}
|
Google 'css psuedo selectors' for other examples of other specific content. As I recall Calibre doesn't support all pseudo selectors, but many work (search the forum for details).
Edit: that may not work, see this post for further discussion/links:
https://www.mobileread.com/forums/sho...d.php?t=112344
Based on the image you may be able to get away with this:
Code:
blockquote > p {text-indent:0;}