]> git.donarmstrong.com Git - lilypond.git/commitdiff
Final update to rationalise CSS files
authorPhil Holmes <mail@philholmes.net>
Fri, 11 Feb 2011 11:51:17 +0000 (11:51 +0000)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 11 Feb 2011 15:27:50 +0000 (07:27 -0800)
Postprocess-html.py also had CSS references in and needed editing to
change them to the new CSS reference.

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
python/auxiliar/postprocess_html.py

index ab1c68520faf5bd7fbbbfadaa3dc857abb87e7a1..66573638ac70a11269a2c7180047ac684ee12448 100644 (file)
@@ -151,9 +151,7 @@ doctype_re = re.compile ('(?i)<!DOCTYPE')
 doctype = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\n'
 css_re = re.compile ('(?i)<link rel="stylesheet" type="text/css" ([^>]*)href="[^">]*?lilypond.*\.css"([^>]*)>')
 end_head_tag_re = re.compile ('(?i)</head>')
-css_link = """    <link rel="stylesheet" type="text/css" title="Patrick McCarty's design" href="%(rel)sDocumentation/lilypond-mccarty.css">
-    <link rel="alternate stylesheet" type="text/css" href="%(rel)sDocumentation/lilypond.css" title="Andrew Hawryluk's design">
-    <link rel="alternate stylesheet" type="text/css" href="%(rel)sDocumentation/lilypond-blue.css" title="Kurt Kroon's blue design">
+css_link = """    <link rel="stylesheet" type="text/css" title="Default design" href="%(rel)sDocumentation/lilypond-manuals.css">
     <!--[if lte IE 7]>
     <link href="%(rel)sDocumentation/lilypond-ie-fixes.css" rel="stylesheet" type="text/css">
     <![endif]-->