diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-02-05 14:26:26 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-17 13:44:11 +0000 |
commit | d01b3c306f4b65ddfb0151cb890a7e3da96c4b97 (patch) | |
tree | 8ae0f73259afc427a5886ffabe5f98c6d12b81ed /web | |
parent | 2e9b93e1dc9c2e42d99b514e79689971830f7866 (diff) |
[TfL] Include borough name in report lists.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/tfl/base.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/tfl/base.scss b/web/cobrands/tfl/base.scss index 5e6f6426f..9c573f331 100644 --- a/web/cobrands/tfl/base.scss +++ b/web/cobrands/tfl/base.scss @@ -313,3 +313,7 @@ ol.big-numbers>li { text-transform: uppercase; } } + +.item-list__item__borough { + font-style: normal; +} |