diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2016-12-16 17:01:48 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-12-16 17:41:23 +0000 |
commit | 187a5c2cf5fdb9ce85c5677f4389cf30b2dd5db0 (patch) | |
tree | 543244b65687a6f14d480e1b17c1956c33c41056 /web | |
parent | 38490f6ea18064c232bda6ebfbaee052bd8f0951 (diff) |
[fixmystreet.com] Hide footer in print view.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet.com/base.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet.com/base.scss b/web/cobrands/fixmystreet.com/base.scss index 905f20f41..e04465edc 100644 --- a/web/cobrands/fixmystreet.com/base.scss +++ b/web/cobrands/fixmystreet.com/base.scss @@ -253,6 +253,11 @@ $grid-breakpoint-sm: $mysoc-footer-breakpoint-sm; @import "mysoc_footer"; .mysoc-footer { + + @media print { + display: none; + } + li { list-style: none; } |