diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-16 12:55:45 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-16 12:55:45 +0000 |
commit | 060ec03f03abbe879ef0463c93a80ed21e24f810 (patch) | |
tree | 5e6f89ee2010778c205193327ac9a2feb58d7507 /web | |
parent | 84021a8fb660661d60c68b4ee75906062dfb7f73 (diff) |
Start of Zurich front end report display.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/base.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index 94fa5caf6..28ce8295c 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -9,3 +9,12 @@ list-style-type: none; } +.problem-header h1 { + font-size: 120%; + font-weight: bold; + margin: 0; +} +.problem-header .sub { + color: #666; + font-size: 85%; +} |