03-16-2017, 01:05 PM
|
#4
|
Resident Curmudgeon
Posts: 80,096
Karma: 148565303
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Just create a class for your paragraph. I use .noindent as the name in CSS. <p class="noindent">
.noindent {
text-indent: 0
}
Done.
|
|
|