From 8f3d63ae2c35d27b1ff8fe875b9fb6affadb0b57 Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Fri, 27 Mar 2015 13:55:09 +0000 Subject: Simpler report meta information display Removes the italics, and breaks the wording into two separate paragraphs, at the top of the report page. --- web/cobrands/sass/_base.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'web') 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; -- cgit v1.2.3