View Single Post
Old 07-28-2011, 11:14 PM   #3
ldolse
Wizard
ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.
 
Posts: 1,337
Karma: 123455
Join Date: Apr 2009
Location: Malaysia
Device: PRS-650, iPhone
Quote:
Originally Posted by ldolse View Post
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;}

Last edited by ldolse; 07-28-2011 at 11:17 PM.
ldolse is offline   Reply With Quote