aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2014-11-12 11:37:06 +0000
committerZarino Zappia <mail@zarino.co.uk>2014-11-12 11:37:06 +0000
commit8fecb6121c239f877c4ed1ef6f99da4dc45d16c7 (patch)
tree73947500276bed4d3b93c64fdccc06d8ce627d9d
parent483d9fafc2d4d98710c6ff111eb06d0236778d72 (diff)
more inviting click target for reporting hint
-rw-r--r--templates/web/fixmystreet.com/static/council.html2
-rw-r--r--web/cobrands/fixmystreet.com/fmsforcouncils.scss5
2 files changed, 6 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/static/council.html b/templates/web/fixmystreet.com/static/council.html
index be8ff7f1a..f8eecb0d0 100644
--- a/templates/web/fixmystreet.com/static/council.html
+++ b/templates/web/fixmystreet.com/static/council.html
@@ -7,7 +7,7 @@
%]
<a class="councils-reporting-hint" href="/">
- <strong>Reporting a problem?</strong> Click here.
+ <strong>Reporting a problem?</strong> <em>Click here</em>
</a>
<div class="councils-section hero">
diff --git a/web/cobrands/fixmystreet.com/fmsforcouncils.scss b/web/cobrands/fixmystreet.com/fmsforcouncils.scss
index 985ecbf16..eee507288 100644
--- a/web/cobrands/fixmystreet.com/fmsforcouncils.scss
+++ b/web/cobrands/fixmystreet.com/fmsforcouncils.scss
@@ -165,6 +165,11 @@ $fms-green: #62b356;
color: mix(#222, $fms-yellow, 50%);
background: mix(#ff0, $fms-yellow, 50%);
}
+
+ em {
+ font-style: inherit;
+ border-bottom: 1px solid;
+ }
}
.hero {