From 8fecb6121c239f877c4ed1ef6f99da4dc45d16c7 Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Wed, 12 Nov 2014 11:37:06 +0000 Subject: more inviting click target for reporting hint --- templates/web/fixmystreet.com/static/council.html | 2 +- web/cobrands/fixmystreet.com/fmsforcouncils.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 @@ %] - Reporting a problem? Click here. + Reporting a problem? Click here
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 { -- cgit v1.2.3