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),
|
** 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 'Series' from banner section */
|
||||||
/* Uncomment the next line to remove 'Published (year of publication)' from banner section */
|
/* table.cbj_header tr.cbj_series { display: none } */
|
||||||
/* display:none; */
|
|
||||||
}
|
|
||||||
|
|
||||||
table.cbj_header tr.cbj_rating {
|
/* Uncomment the next line to remove 'Published (year of publication)' from banner section */
|
||||||
/* Uncomment the next line to remove 'Rating' from banner section */
|
/* table.cbj_header tr.cbj_pubdata { display:none } */
|
||||||
/* display:none; */
|
|
||||||
}
|
|
||||||
|
|
||||||
table.cbj_header tr.cbj_tags {
|
/* Uncomment the next line to remove 'Rating' from banner section */
|
||||||
/* Uncomment the next line to remove 'Tags' from banner section */
|
/* table.cbj_header tr.cbj_rating { display:none } */
|
||||||
/* display:none; */
|
|
||||||
}
|
/* Uncomment the next line to remove 'Tags' from banner section */
|
||||||
|
/* table.cbj_header tr.cbj_tags { display:none } */
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
/* This rule controls formatting for any hr elements contained in the jacket */
|
/* This rule controls formatting for any hr elements contained in the jacket */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user