Originally Posted by kacir
*You* can change that Don as well.
- Unzip the epub file,
- find file When_Women_W-arriors_Book_I_0.css
in content -> resources directory
- change the file.
Instead of
p {
margin: 0;
text-align: justify
}
put in
p {
margin: 0;
text-align: justify;
text-indent: 3em
}
Please notice you need to add semicolon after the text-align: justify
- Save file
- put changed css file back into the archive
- rename it to .epub and read.
This is why I like [nonDRMed] epub files.
|