diff options
-rw-r--r-- | templates/web/default/footer.html | 14 | ||||
-rw-r--r-- | templates/web/default/header.html | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html index ae2a3798a..8c5a92782 100644 --- a/templates/web/default/footer.html +++ b/templates/web/default/footer.html @@ -3,16 +3,16 @@ <div id="top" class="container"> <div class="spacer"></div> <ul id="top-nav" class="nav"> - <li><a href="/my">[% loc("Your reports") %]</a></li> - <li><a href="/reports">[% loc("All reports") %]</a></li> - <li><a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]">[% loc("Local alerts") %]</a></li> - <li><a href="/faq">[% loc("Help") %]</a></li> + <li><a href="/my">[% loc("Your reports") %]</a></li>[% + %]<li><a href="/reports">[% loc("All reports") %]</a></li>[% + %]<li><a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]">[% loc("Local alerts") %]</a></li>[% + %]<li><a href="/faq">[% loc("Help") %]</a></li> </ul> <ul id="mysociety-tab" class="nav"> - <li><a id="mysociety-logo" href="http://www.mysociety.org/">mySociety</a></li> - <li><a href="http://mysociety.org/donate/">Donate</a></li> - <li><a href="http://www.mysociety.org/projects/">Our Sites</a></li> + <li><a id="mysociety-logo" href="http://www.mysociety.org/">mySociety</a></li>[% + %]<li><a href="http://mysociety.org/donate/">Donate</a></li>[% + %]<li><a href="http://www.mysociety.org/projects/">Our Sites</a></li> </ul> </div> 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]--> |