diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-02 18:11:38 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-02 18:11:38 +0100 |
commit | 51ec0dd0fa26a97cc32a1612edd3c0d5ea412d6f (patch) | |
tree | e845161cafbc2df680b7f12c4dc31e104d3d784c | |
parent | c6f5184225f46d95894583d100a22045abb63f82 (diff) |
do not load barnet css for mobile
-rw-r--r-- | templates/web/barnet/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/barnet/header.html b/templates/web/barnet/header.html index 63adac036..4d3a2b713 100644 --- a/templates/web/barnet/header.html +++ b/templates/web/barnet/header.html @@ -28,7 +28,7 @@ <script src="[% version('/cobrands/barnet/position_map.js') %]" charset="utf-8"></script> [% 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') %]"> + <link rel="stylesheet" href="[% version('/cobrands/barnet/barnet.css') %]" media="(min-width:48em)"> </head> @@ -78,7 +78,7 @@ [% END %] </div> - <h1> + <h1 id="page-title"> <span>FixMyStreet</span> </h1> |