diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-02-05 12:49:19 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-02-05 12:51:40 +0000 |
commit | 35053354390bf005c7693ee34cd3c201586cb1a6 (patch) | |
tree | 8e24f59e86ce38b21e625f258aa9418ce94c227f /web | |
parent | b47644d0bc185b69a199b54cd9760970ab9a5c96 (diff) |
FMZ added bolding to 'labels'
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 629e54ab8..b5a7825e4 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -226,6 +226,10 @@ body.mappage.admin .content { li.assignation { list-style: none; } + .mock-label { + font-weight: bold; + padding-right: 0.333em; + } } #zurich-footer { |