Comment #5 on issue 1105 by pnorcks: clean up our css files
http://code.google.com/p/lilypond/issues/detail?id=1105
I suppose lilypond-web.css is a copy of the previous lilypond-mccarty.css
stylesheet, right?
Unfortunately, no. This issue is challenging, especially because we are
using a similar HTML structure for two different styles (website and docs).
I see two routes that we can take:
1) Rework the texi2html init file so that the sections of HTML that are in
conflict between the website and docs -- primarily the TOC -- have
different classes and id's; this way, we could more easily integrate the
two stylesheets into one without having conflicting rules.
2) Using the existing HTML structure, somehow combine the two CSS files. I
could never figure out how to make this work. This approach would
potentially make the style of the website/docs more integrated, visually.
Also, I would not remove the ALT_CSS_REF variable altogether. It's not a
complex functionality and in the future someone might come up with a
maintained stylesheet.
I agree.
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond