diff options
-rw-r--r-- | templates/web/barnet/header.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/barnet/header.html b/templates/web/barnet/header.html index 4d3a2b713..37d63a777 100644 --- a/templates/web/barnet/header.html +++ b/templates/web/barnet/header.html @@ -29,6 +29,9 @@ [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js' %] <script src="[% version('/js/fancybox/jquery.fancybox-1.3.4.pack.js') %]" charset="utf-8"></script> <link rel="stylesheet" href="[% version('/cobrands/barnet/barnet.css') %]" media="(min-width:48em)"> + <!--[if (lt IE 9) & (!IEMobile)]> + <link rel="stylesheet" href="[% version('/cobrands/barnet/barnet.css') %]"> + <![endif]--> </head> |