summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-03-05 00:03:50 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-03-05 00:03:50 +0100
commit146bad3346995496a111ce4a7ee2020572973e98 (patch)
tree51e8609af2d5c07f503587a265d977d014599d37 /template
parent4a8f3e98c1c98765c802e91dde1b2092cbd2e46b (diff)
downloadbugzilla-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')
-rw-r--r--template/en/default/global/header.html.tmpl10
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 %]