diff options
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 80fec955f..9ebe149cc 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -1119,8 +1119,8 @@ $button_bg_col: #a1a1a1; // also search bar (tables) } } .admin-offsite-link { - padding-right:12px; - background-image:url(/cobrands/fixmystreet/images/external-link.png); + padding-right: 12px; + background-image: url(../../i/external-link.png); background-position: right top; background-repeat: no-repeat; } |