diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2015-03-27 13:55:09 +0000 |
---|---|---|
committer | Steven Day <steve@mysociety.org> | 2015-06-29 12:43:00 +0100 |
commit | 8f3d63ae2c35d27b1ff8fe875b9fb6affadb0b57 (patch) | |
tree | 8a8b62b6783e9f5d2cbd0fb10ed3cb191ad9e100 /web | |
parent | a872be3a1a85c6ac81d8c3b68ca47562bb912e69 (diff) |
Simpler report meta information display
Removes the italics, and breaks the wording into two
separate paragraphs, at the top of the report page.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_base.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index a26f67ee8..a9ffe7295 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -976,6 +976,19 @@ a:hover.button-left { margin-bottom: 0.5em; } +.report_meta_info, +.council_sent_info { + font-size: 0.9em; +} + +.council_sent_info { + color: #666; + + p + & { + margin-top: -0.6em; // partly counteract margin-bottom on previous paragraph + } +} + // map stuff #map_box{ @extend .full-width; |