View Single Post
Old 09-21-2018, 10:16 PM   #5
beejsbj
Member
beejsbj began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Sep 2018
Device: none
Quote:
Originally Posted by phossler View Post
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.
beejsbj is offline   Reply With Quote