diff --git a/sass/base/_commons.sass b/sass/base/_commons.sass index e9f0a17..363109e 100644 --- a/sass/base/_commons.sass +++ b/sass/base/_commons.sass @@ -14,7 +14,7 @@ html, body html font-size: $global-font-size background-color: #ddd - background-image: image-url("bg.png") + background-image: image-url("bg.png", false, false) background-attachment: fixed body diff --git a/sass/layout/_menu.sass b/sass/layout/_menu.sass index 81af200..2cced32 100644 --- a/sass/layout/_menu.sass +++ b/sass/layout/_menu.sass @@ -19,7 +19,7 @@ $menuBgColor : $dark-grey max-width: 100% width: $site-width margin: auto - background: image-url("logo.png") no-repeat 50% 50% + background: image-url("logo.png", false, false) no-repeat 50% 50% background-size: 20px li position: relative