diff options
-rw-r--r-- | web/cobrands/oxfordshire/oxfordshire.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/oxfordshire.scss b/web/cobrands/oxfordshire/oxfordshire.scss index 9f6af1044..1a54dc60d 100644 --- a/web/cobrands/oxfordshire/oxfordshire.scss +++ b/web/cobrands/oxfordshire/oxfordshire.scss @@ -234,8 +234,9 @@ body { position: relative; list-style: none outside none; > li { + list-style: none outside none; float: left; - > a, > span { + > a, > span { color: #ffffff; float: none; line-height: 19px; |