Quote:
Originally Posted by Man Eating Duck
If extraneous classes bother you: Sigil already has a "Delete unused stylesheet classes" function, have you tried it?
|
Be careful with that function - it doesn't understand complex CSS either (parent child, parent sibling) and will mark those for deletion. You need to check the list it provides and uncheck those.
eg:
h2 + p.ChTitle
div.v-ctr div
I'd also be careful about combining all css sheets into one. There are some workarounds for those CSS-challenged readers where having different pages is essential. eg fonts.css or page.css