From dadfab20d74ac8fb1aa40ef607aabe70f77f4323 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Tue, 29 Jun 2010 13:10:07 -0700 Subject: [PATCH] texi2html: Use IE stylesheet for the docs only. --- Documentation/lilypond-texi2html.init | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Documentation/lilypond-texi2html.init b/Documentation/lilypond-texi2html.init index 96f4cb2d28..e2d8638f27 100644 --- a/Documentation/lilypond-texi2html.init +++ b/Documentation/lilypond-texi2html.init @@ -794,10 +794,12 @@ sub lilypond_css_lines ($$) $Texi2HTML::THISDOC{'CSS_LINES'} .= "{FILENAME}\" title=\"$ref->{TITLE}\">\n"; } - # FIXME: the website doesn't use ie7-specific fixes; do the - # docs still need this? -gp - $Texi2HTML::THISDOC{'CSS_LINES'} .= - "\n"; + + # The ie-fixes stylesheet is needed for the docs, but not the website. + if (not ($web_manual)) { + $Texi2HTML::THISDOC{'CSS_LINES'} .= + "\n"; + } if ($ENV{'AJAX_SEARCH'} == 1) { # Add the JavaScript file only if we have an index. -- 2.39.2