22 Aug
2013
22 Aug
'13
12:55 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10772 --- Comment #2 from David Cook <dcook@prosentient.com.au> --- (In reply to Owen Leonard from comment #1)
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]-->
That sounds like a reasonable suggestion to me :). -- You are receiving this mail because: You are watching all bug changes.