diff options
| -rw-r--r-- | app/assets/stylesheets/custom.css.scss | 2 | ||||
| -rw-r--r-- | app/assets/stylesheets/media-queries.css.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss index 7d67e79..cf31633 100644 --- a/app/assets/stylesheets/custom.css.scss +++ b/app/assets/stylesheets/custom.css.scss @@ -25,7 +25,7 @@ footer{ } h1#logo{ - background: transparent url('/assets/utility-belt/logo.png') no-repeat 0 0; + background: transparent asset-url('utility-belt/logo.png') no-repeat 0 0; width: 313px; height: 86px; text-indent: -9999px; diff --git a/app/assets/stylesheets/media-queries.css.scss b/app/assets/stylesheets/media-queries.css.scss index de3348a..28834fe 100644 --- a/app/assets/stylesheets/media-queries.css.scss +++ b/app/assets/stylesheets/media-queries.css.scss @@ -35,7 +35,7 @@ footer{ width: 100%; margin: 0;} #main{ padding: 0 20px; } h1#logo { - background: transparent url('/assets/mobile/logo.png') no-repeat 0 0; + background: transparent asset-url('mobile/logo.png') no-repeat 0 0; width: 250px; height: 69px; } |
