diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-01 22:25:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-01 22:25:29 +0100 |
commit | ecdb8b3d0daf614f0cbfd7523961a6fbb19e88f6 (patch) | |
tree | 95af143c3c2adc8957a93c700cb4971fd2afafa3 | |
parent | 88f235ed2bd4e7101bec9e9435ca2a13143fe30c (diff) |
Fix grey chevron size.
The fix in e070ba89 for the big white chevron was also applied to these
chevrons which did not need extra paddig, and made them display smaller.
-rw-r--r-- | web/cobrands/fixmystreet/images/chevron-grey-left.svg | 2 | ||||
-rw-r--r-- | web/cobrands/fixmystreet/images/chevron-grey-right.svg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/fixmystreet/images/chevron-grey-left.svg b/web/cobrands/fixmystreet/images/chevron-grey-left.svg index 78d2f8cd2..522a6f920 100644 --- a/web/cobrands/fixmystreet/images/chevron-grey-left.svg +++ b/web/cobrands/fixmystreet/images/chevron-grey-left.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="63" height="33"><path fill="#d1d1d1" d="M62 0H49L36 16l13 16h13L49 16"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" width="27" height="33"><path fill="#d1d1d1" d="M26 0H13L0 16l13 16h13L13 16"/></svg> diff --git a/web/cobrands/fixmystreet/images/chevron-grey-right.svg b/web/cobrands/fixmystreet/images/chevron-grey-right.svg index f94d49b75..4715a03f8 100644 --- a/web/cobrands/fixmystreet/images/chevron-grey-right.svg +++ b/web/cobrands/fixmystreet/images/chevron-grey-right.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="63" height="33"><path fill="#d1d1d1" d="M0 0h13l13 16-13 16H0l13-16"/></svg>
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" width="27" height="33"><path fill="#d1d1d1" d="M0 0h13l13 16-13 16H0l13-16"/></svg> |