Quote:
Originally Posted by phossler
Also in C:\Users\......\AppData\Roaming\calibre\resources\ jacket there's stylesheet.css and template xtml that you can customize.
I added a little CSS to tweak the format a little
Code:
/*Added for personal preference */
p {
margin-bottom: 1em;
line-height:125%;
}
I did find out the hard way (lots of wasted time) that the CSS in stylesheet.css is incorporated/embedded into the template.xhtml that eventually becomes jacket.xhtml, which is not linked to any external style sheet
|
i dont understand? so what does the tweak specifically do? and i dont seem to have "jacket" in my resources folder.