mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1617 (The calibre editor "Check" complains when rules are empty, saying …)
This commit is contained in:
parent
577f6ff9b4
commit
58e91b4ba4
@ -105,27 +105,20 @@ hr.metadata_divider {
|
||||
|
||||
/*
|
||||
** To skip a banner item (Series|Published|Rating|Tags),
|
||||
** edit the appropriate CSS rule below.
|
||||
** uncomment the appropriate CSS rule below.
|
||||
*/
|
||||
table.cbj_header tr.cbj_series {
|
||||
/* Uncomment the next line to remove 'Series' from banner section */
|
||||
/* display:none; */
|
||||
}
|
||||
|
||||
table.cbj_header tr.cbj_pubdata {
|
||||
/* Uncomment the next line to remove 'Published (year of publication)' from banner section */
|
||||
/* display:none; */
|
||||
}
|
||||
/* Uncomment the next line to remove 'Series' from banner section */
|
||||
/* table.cbj_header tr.cbj_series { display: none } */
|
||||
|
||||
table.cbj_header tr.cbj_rating {
|
||||
/* Uncomment the next line to remove 'Rating' from banner section */
|
||||
/* display:none; */
|
||||
}
|
||||
/* Uncomment the next line to remove 'Published (year of publication)' from banner section */
|
||||
/* table.cbj_header tr.cbj_pubdata { display:none } */
|
||||
|
||||
table.cbj_header tr.cbj_tags {
|
||||
/* Uncomment the next line to remove 'Tags' from banner section */
|
||||
/* display:none; */
|
||||
}
|
||||
/* Uncomment the next line to remove 'Rating' from banner section */
|
||||
/* table.cbj_header tr.cbj_rating { display:none } */
|
||||
|
||||
/* Uncomment the next line to remove 'Tags' from banner section */
|
||||
/* table.cbj_header tr.cbj_tags { display:none } */
|
||||
|
||||
hr {
|
||||
/* This rule controls formatting for any hr elements contained in the jacket */
|
||||
|
Loading…
x
Reference in New Issue
Block a user