diff options
author | Struan Donald <struan@exo.org.uk> | 2019-07-10 17:13:25 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-09-27 17:35:15 +0100 |
commit | 55db0bf4ddfb009ee5a310d1684158c90237c12c (patch) | |
tree | a720537f5d32cb215ed0ba2b30969f3a70e0627b /web/cobrands | |
parent | 433474638e33c1320efd0b4826b5d4bbb655d69c (diff) |
[IsleOfWight] switch to IoW map tiles
Diffstat (limited to 'web/cobrands')
-rw-r--r-- | web/cobrands/isleofwight/base.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/isleofwight/base.scss b/web/cobrands/isleofwight/base.scss index c499b259f..aae8e9f7c 100644 --- a/web/cobrands/isleofwight/base.scss +++ b/web/cobrands/isleofwight/base.scss @@ -12,3 +12,7 @@ background: url(/cobrands/isleofwight/images/logo.gif) 0 50% no-repeat; background-size: 141px 38px; } + +#map_box #map { + background-color: white; +} |