diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-05 00:03:50 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-05 00:03:50 +0100 |
commit | 146bad3346995496a111ce4a7ee2020572973e98 (patch) | |
tree | 51e8609af2d5c07f503587a265d977d014599d37 /template/en | |
parent | 4a8f3e98c1c98765c802e91dde1b2092cbd2e46b (diff) | |
download | bugzilla-146bad3346995496a111ce4a7ee2020572973e98.tar.gz bugzilla-146bad3346995496a111ce4a7ee2020572973e98.tar.xz |
Bug 956190 (part 3): Remove IE-fixes.css (Internet Explorer 7 and older are no longer supported)
r/a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 7d39ab909..427934264 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -266,14 +266,6 @@ [% END %] [% BLOCK format_css_link %] - [% IF style_url.match('/IE-fixes\.css') %] - <!--[if lte IE 7]> - [%# Internet Explorer treats [if IE] HTML comments as uncommented. - # We use it to import CSS fixes so that Bugzilla looks decent on IE 7 - # and below. - #%] - [% END %] - [% IF css_set_name == 'standard' %] [% SET css_title_link = '' %] [% ELSE %] @@ -284,8 +276,6 @@ <link href="[% style_url FILTER html %]" rel="stylesheet" type="text/css" [% css_title_link FILTER none %]> - - [% '<![endif]-->' IF style_url.match('/IE-fixes\.css') %] [% END %] [% BLOCK format_js_link %] |