diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-08-07 17:29:53 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-08-07 17:29:53 +0100 |
commit | 46cb8408438b9f6c42b3526e6ebbba24076bb999 (patch) | |
tree | 237d9275e4772f3c79b23d8543e1d27852fcdf1d | |
parent | e733a9b1ad64211ac97d9ef7f976ce90d4b8cf38 (diff) |
use relative not absolute refs in layout SCSS
-rw-r--r-- | web/cobrands/makemyisland/layout.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/makemyisland/layout.scss b/web/cobrands/makemyisland/layout.scss index 73f46cb69..28b265240 100644 --- a/web/cobrands/makemyisland/layout.scss +++ b/web/cobrands/makemyisland/layout.scss @@ -7,7 +7,7 @@ body.frontpage #site-logo { margin-top: -8px; margin-left: 10px; height: 100px; - background: url(/cobrands/makemyisland/make-my-island-logo.gif) 0px 0px no-repeat; + background: url(make-my-island-logo.gif) 0px 0px no-repeat; } body.mappage #site-logo { @@ -24,7 +24,7 @@ body.frontpage #united-nations-dp-logo { display: block; float:right; position: relative; - background: url(/cobrands/makemyisland/undp-logo-2013.png) top right no-repeat; + background: url(undp-logo-2013.png) top right no-repeat; background-size: contain; background-color: transparent; text-indent: -999999px; |