View Single Post
Old 08-20-2013, 12:08 PM   #17
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by Man Eating Duck View Post
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
Turtle91 is offline   Reply With Quote