aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/footer.html3
-rw-r--r--templates/web/default/header.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html
index f060ca99b..6271036d2 100644
--- a/templates/web/default/footer.html
+++ b/templates/web/default/footer.html
@@ -3,7 +3,8 @@
<div id="navigation" class="container" role="navigation">
<div class="spacer"></div>
<ul id="site-nav" class="nav">
- <li><a href="/my">[% loc("Your reports") %]</a></li>[%
+ <li><a href="/">[% loc("Report a problem") %]</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>
diff --git a/templates/web/default/header.html b/templates/web/default/header.html
index 0985c7429..556f55523 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:39em)">
+ <link rel="stylesheet" href="[% version('/cobrands/fixmystreet/layout.css') %]" media="(min-width:48em)">
<!--[if (lt IE 9) & (!IEMobile)]>
<link rel="stylesheet" href="[% version('/cobrands/fixmystreet/layout.css') %]">
<![endif]-->