aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-03 12:33:11 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-03 12:33:11 +0100
commit92f45f89c7df36b92591807a5b3a954d0d0cd9a6 (patch)
tree4e11034b922fbbff54b22f141b22fe31b36b4311
parentcd118787f644788ac3cb105784541386ed6157ba (diff)
get round IE8 and below media query issues
-rw-r--r--templates/web/barnet/header.html3
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>