diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-02-02 01:17:01 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-02-02 01:17:01 +0000 |
commit | 6b68343c5902af34a380eace6dabf2ed3f596859 (patch) | |
tree | 0257989fd42929718e169ef60fc30ce376a2e8ab | |
parent | 9385edcc1bea0e52106bf7af7259fbbe57e71271 (diff) |
force Oxfordshire nav menu to be list-style none
-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; |