View Single Post
Old 06-21-2011, 09:49 PM   #146
pkbo
Addict
pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.pkbo ought to be getting tired of karma fortunes by now.
 
Posts: 251
Karma: 214890
Join Date: Sep 2006
Device: none
Quote:
Originally Posted by Brogster View Post
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 
  }
pkbo is offline   Reply With Quote