[Koha-bugs] [Bug 10772] IE7 not loading reset-fonts-grids.css in staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 21 14:30:05 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10772

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Official we don't even support "modern" versions of IE, but in practice we do
our best to fix bugs as they are reported.

I have no interest in making dramatic changes to support IE7, but I don't
object to a conditional comment in doc-head-close.inc targeting < IE7 in order
to load reset-fonts-grids.css:

<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="[% themelang
%]/lib/yui/reset-fonts-grids.css" />
<![endif]-->

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list