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