View Single Post
Old 01-11-2012, 04:17 AM   #12
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Note that styles are cumulative, so you could just add to your stylesheet:

Code:
.noindent { text-indent: 0 }
And then modify the desired paragraphs so that

Code:
<p class="calibre8">...</p>
becomes

Code:
<p class="calibre8 noindent">...</p>
(i.e., just add "noindent" to whatever class the paragraph has)
Jellby is offline   Reply With Quote