diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-01-10 23:15:11 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-01-10 23:15:11 +0000 |
commit | f2d2820ab88a43e0e6692917cfd0ab3e9c121fce (patch) | |
tree | 2e4a98f6489adb6190f8a11c040b83b4cfe37f0b /templates/web/default/header.html | |
parent | 1955a60586ecd4d6dc7d72de31d01d28230fbb8b (diff) |
Remove unwanted spacing using empty code brackets.
Diffstat (limited to 'templates/web/default/header.html')
-rw-r--r-- | templates/web/default/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html index 898c1b9fe..b4f13f9fd 100644 --- a/templates/web/default/header.html +++ b/templates/web/default/header.html @@ -13,7 +13,7 @@ <link rel="stylesheet" href="[% version('/css/core.css') %]"> <link rel="stylesheet" href="[% version('/cobrands/fixmystreet/base.css') %]"> - <link rel="stylesheet" href="[% version('/cobrands/fixmystreet/layout.css') %]" media="(min-width:40em)"> + <link rel="stylesheet" href="[% version('/cobrands/fixmystreet/layout.css') %]" media="(min-width:39em)"> <!--[if (lt IE 9) & (!IEMobile)]> <link rel="stylesheet" href="[% version('/cobrands/fixmystreet/layout.css') %]"> <![endif]--> |