diff options
Diffstat (limited to 'web/cobrands/greenwich')
-rw-r--r-- | web/cobrands/greenwich/base.scss | 1 | ||||
-rw-r--r-- | web/cobrands/greenwich/favicon.png | bin | 0 -> 1298 bytes | |||
-rw-r--r-- | web/cobrands/greenwich/layout.scss | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/greenwich/base.scss b/web/cobrands/greenwich/base.scss index 756b2d60a..0c52bd5da 100644 --- a/web/cobrands/greenwich/base.scss +++ b/web/cobrands/greenwich/base.scss @@ -4,6 +4,7 @@ @import "../sass/mixins"; @import "../sass/base"; +@import "../sass/report_list_pins"; body.frontpage #site-logo, #site-logo diff --git a/web/cobrands/greenwich/favicon.png b/web/cobrands/greenwich/favicon.png Binary files differnew file mode 100644 index 000000000..c107d24ef --- /dev/null +++ b/web/cobrands/greenwich/favicon.png diff --git a/web/cobrands/greenwich/layout.scss b/web/cobrands/greenwich/layout.scss index 54150cfd4..db06c9424 100644 --- a/web/cobrands/greenwich/layout.scss +++ b/web/cobrands/greenwich/layout.scss @@ -1,7 +1,6 @@ @import "_colours"; @import "_fonts"; @import "../sass/layout"; -@import "../sass/report_list_pins"; $fixed_page_width: 990px; |