Microsoft HTML Help (chm) output missing default.css
I have a problem with the default.css stylesheet not being applied to .chm output.
Everything works OK in Author/Contents (also in Preview). All styles are recognized and applied.
I also have a Master Page with its own stylesheet (book.css). This also works fine.
When I look into the Source, the reference to default.css is there.
The problem is with the generated .chm file. Styles are not applied anywhere, at least not those from default.css. Master Page is still working and displaying its own styles (book.css).
When I check the individual .htm files from the unzipped .chm the references to default.css are gone and the only stylesheet references are to _rhdefault.css and book.css.
I don't see any errors in Output Generation Log. I checked default.css for errors, but couldn't find any.
