View Single Post
Old 07-01-2024, 05:58 PM   #3
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,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
I looked at stylesheet.css in the jacket.xhtml folder:

Quote:
/*
** To skip a banner item (Series|Published|Rating|Tags),
** edit the appropriate CSS rule below.
*/
table.cbj_header tr.cbj_series {
/* Uncomment the next line to remove 'Series' from banner section */
/* display:none; */
}

but Calibre editor 'drops' comments and thinks it's an empty block since it's nothing but comments:

Quote:
table.cbj_header tr.cbj_series {


}
Personally, I'd prefer all comments to be left in



My editing is just to make mostly PD books more readable in my Kindle so I have personal style sheet that I use, current version is epub_55.css, so I can just 'fix' them in epub_56.css

My personal CSS has a lot of personal preferences in, but 'Remove Unused CSS Rules' cleans them up. Normally I don't have any empty blocks there
phossler is offline   Reply With Quote