aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-01-10 15:16:11 +0000
committerStruan Donald <struan@exo.org.uk>2013-01-10 15:16:11 +0000
commit54618672438da7f81645d2d22593be157dd820f3 (patch)
treeebd699b11d62b9822eada3002bdffe3f1e99a765
parent3de70b3c8bd821d677819163b69f01506da46580 (diff)
change frontpage description text for southampton cobrand
-rw-r--r--templates/web/default/index.html2
-rw-r--r--templates/web/southampton/front/news.html9
-rw-r--r--web/cobrands/southampton/css.scss4
3 files changed, 14 insertions, 1 deletions
diff --git a/templates/web/default/index.html b/templates/web/default/index.html
index 3698d6494..375316000 100644
--- a/templates/web/default/index.html
+++ b/templates/web/default/index.html
@@ -8,7 +8,7 @@
[%
subhead
= c.cobrand.moniker == 'southampton'
- ? '(like graffiti, fly tipping, or broken paving slabs)'
+ ? ''
: loc('(like graffiti, fly tipping, broken paving slabs, or street lighting)');
%]
diff --git a/templates/web/southampton/front/news.html b/templates/web/southampton/front/news.html
new file mode 100644
index 000000000..79d51542c
--- /dev/null
+++ b/templates/web/southampton/front/news.html
@@ -0,0 +1,9 @@
+<div class="news">
+<p>Fix My Street is for reporting non-urgent, local problems like graffiti, fly
+tipping, or broken paving slabs; reports will be reviewed within 48 working
+hours.</p>
+
+<p>If you are reporting an urgent or dangerous matter, for example a fallen
+tree or a very deep pot hole that may cause damage, please contact us
+directly on 023 8083 3008</p>
+</div>
diff --git a/web/cobrands/southampton/css.scss b/web/cobrands/southampton/css.scss
index 592e72f2b..2fc569190 100644
--- a/web/cobrands/southampton/css.scss
+++ b/web/cobrands/southampton/css.scss
@@ -68,4 +68,8 @@ $darker: #768EB5;
.update-img {
text-align: left;
}
+
+ .news {
+ padding: 1em 1em 0em 1em;
+ }
}