View Single Post
Old 09-21-2018, 10:08 AM   #4
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,076
Karma: 412718
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
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
phossler is offline   Reply With Quote