View Single Post
Old 10-27-2016, 12:00 PM   #5
Griu
Enthusiast
Griu can extract oil from cheeseGriu can extract oil from cheeseGriu can extract oil from cheeseGriu can extract oil from cheeseGriu can extract oil from cheeseGriu can extract oil from cheeseGriu can extract oil from cheeseGriu can extract oil from cheese
 
Posts: 40
Karma: 1010
Join Date: Jun 2016
Device: Kobo Glo HD, Kobo Aura One
I found the way to do it.

I just modified the class in the stylesheet.css on the original file for the regular text

In this case calibre17 is the class for the indented paragraphs, I modified text-indent to 1em

.calibre17 {
border-bottom: currentColor none 0;
border-top: currentColor none 0;
display: block;
padding-bottom: 0;
padding-top: 0;
text-align: justify;
text-indent: 1em;
margin: 0.5em 0
}

Thanks anyway.
Griu is offline   Reply With Quote