diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-03 10:43:18 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-10-03 10:43:18 +0100 |
commit | f432a72d9b99d9f9a316f590c844492d946c8cbf (patch) | |
tree | 03d85ebfd3e373c069b7f4c32d943b86b0d98ab1 | |
parent | 15591af70a0d2c27e40c719930cbdd9484ac993d (diff) |
Stevenage: Changed 'All Reports' link to point to Stevenage reports and moved sticky sidebars down a bit to account for the larger header
-rw-r--r-- | templates/web/stevenage/footer.html | 2 | ||||
-rw-r--r-- | web/cobrands/stevenage/_layout.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/stevenage/footer.html b/templates/web/stevenage/footer.html index b4eb5c6f4..92449916f 100644 --- a/templates/web/stevenage/footer.html +++ b/templates/web/stevenage/footer.html @@ -39,7 +39,7 @@ >[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[% %]<li><[% IF c.req.uri.path == '/my' %]span[% ELSE %]a href="/my"[% END %]>[% loc("Your reports") %]</[% c.req.uri.path == '/my' ? 'span' : 'a' %]></li>[% - %]<li><[% IF c.req.uri.path == '/reports' %]span[% ELSE %]a href="/reports"[% END + %]<li><[% IF c.req.uri.path == '/reports/Stevenage' %]span[% ELSE %]a href="/reports/Stevenage"[% END %]>[% loc("All reports") %]</[% c.req.uri.path == '/reports' ? 'span' : 'a' %]></li>[% %]<li><[% IF c.req.uri.path == '/alert' %]span[% ELSE %]a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]"[% END %]>[% loc("Local alerts") %]</[% c.req.uri.path == '/alert' ? 'span' : 'a' %]></li>[% diff --git a/web/cobrands/stevenage/_layout.scss b/web/cobrands/stevenage/_layout.scss index 22b70a36b..1e0bd1dcf 100644 --- a/web/cobrands/stevenage/_layout.scss +++ b/web/cobrands/stevenage/_layout.scss @@ -1074,7 +1074,7 @@ body.frontpage { left:32em; top:30em; aside { - top:9em; + top:19em; } } } |