diff options
-rw-r--r-- | templates/web/lichfielddc/front/news.html | 3 | ||||
-rw-r--r-- | web/cobrands/lichfielddc/css/layout.css | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/lichfielddc/front/news.html b/templates/web/lichfielddc/front/news.html new file mode 100644 index 000000000..987c8e58e --- /dev/null +++ b/templates/web/lichfielddc/front/news.html @@ -0,0 +1,3 @@ +<p class="other-problems"> +This is primarily for reporting physical problems that can be fixed like graffiti, cleansing issues or road defects. To report other kinds of problems like missed bins use our <a href="http://www.lichfielddc.gov.uk/reportitother">online report it forms</a>. +</p> diff --git a/web/cobrands/lichfielddc/css/layout.css b/web/cobrands/lichfielddc/css/layout.css index e671ef61c..363ab8579 100644 --- a/web/cobrands/lichfielddc/css/layout.css +++ b/web/cobrands/lichfielddc/css/layout.css @@ -7,6 +7,11 @@ background-color: #F3F4F4; } +#mysociety .other-problems { + margin: 2em 8em 0em 8em; + font-weight: bold; +} + #mysociety #postcodeForm label { float: none; margin-bottom: 5px; |