View Single Post
Old 11-29-2020, 08:04 AM   #1
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,218
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
CSS rules ignored

Hi, Kovid.

I'm having an issue with some books that have CSS rules with similar names (identical, except for the use of capitals).

Example:

Code:
.Body-Text {
   font-style: normal;
}

.Body-text {
   font-style: italic;
}
In this situation, the Editor Preview uses both rules, but the Viewer uses only the last one, considering it like the same rule, so the text is always in italics.
thiago.eec is offline   Reply With Quote