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.
|