diff options
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; +} |