Quote:
Originally Posted by Brogster
I have managed to change the font and the margin in CR, though I found the latter tricky. I haven't, however, figured if it's possible to increase the indent in CR. Is it?
|
How did you change margin and why was it tricky? About indent, I guess you can change text-indent property in the css file, see below fragment from fb2.css
Code:
p {
text-align: justify;
text-indent: 1.2em;
margin-top:0em;
margin-bottom: 0em
}