diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-03 12:33:11 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-03 12:33:11 +0100 |
commit | 92f45f89c7df36b92591807a5b3a954d0d0cd9a6 (patch) | |
tree | 4e11034b922fbbff54b22f141b22fe31b36b4311 | |
parent | cd118787f644788ac3cb105784541386ed6157ba (diff) |
get round IE8 and below media query issues
-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> |