diff options
author | Jon Kristensen <info@jonkri.com> | 2014-12-13 22:55:28 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-02-16 15:50:44 +0000 |
commit | 86e66a7fa879faeaaf5e3d2c0242d4da27d7828e (patch) | |
tree | ad2546aeaf9918ebc3173b57ce15888fe2005dfa /web | |
parent | 4976fbc475a621fe642076c456eca58b74c223d5 (diff) |
[FixaMinGata] Enhance problem reporting form.
Use same template structure as fixmystreet cobrand, with tips from
fixmystreet.com cobrand. No need for a separate
fill_in_details_form.html any more.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixamingata/base.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/fixamingata/base.scss b/web/cobrands/fixamingata/base.scss index 73ef7ea13..a132decd7 100644 --- a/web/cobrands/fixamingata/base.scss +++ b/web/cobrands/fixamingata/base.scss @@ -29,3 +29,9 @@ $image-sprite: '/cobrands/fixamingata/images/sprite.png'; font-size: 0.9em; } } + +.description_tips { + h4 { + margin: 1em 0 0.5em; /* Jon added some margin-top here! */ + } +} |