aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-01-10 23:15:11 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-01-10 23:15:11 +0000
commitf2d2820ab88a43e0e6692917cfd0ab3e9c121fce (patch)
tree2e4a98f6489adb6190f8a11c040b83b4cfe37f0b
parent1955a60586ecd4d6dc7d72de31d01d28230fbb8b (diff)
Remove unwanted spacing using empty code brackets.
-rw-r--r--templates/web/default/footer.html14
-rw-r--r--templates/web/default/header.html2
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]-->