| Index: chrome/common/extensions/docs/static/sass/_pillar.scss
|
| diff --git a/chrome/common/extensions/docs/static/sass/_pillar.scss b/chrome/common/extensions/docs/static/sass/_pillar.scss
|
| index 258bd5099da43f55030acc3c37f28b7d44b1309d..89f7cf012097bdd1efae8e4de61fd02ebe140a5d 100644
|
| --- a/chrome/common/extensions/docs/static/sass/_pillar.scss
|
| +++ b/chrome/common/extensions/docs/static/sass/_pillar.scss
|
| @@ -49,7 +49,7 @@ $panel-margin-right: 1.5em;
|
| &::before {
|
| display: inline-block;
|
| content: '';
|
| - background: url("../images/further-resources-icons.svg") 0 50% no-repeat;
|
| + background: url("../../images/further-resources-icons.svg") 0 50% no-repeat;
|
| width: 50px;
|
| height: 43px;
|
| background-size: cover;
|
| @@ -160,6 +160,6 @@ $panel-margin-right: 1.5em;
|
| opacity: 1;
|
| }
|
| .down-arrow {
|
| - background-image: url("../images/down-arrow.png");
|
| + background-image: url("../../images/down-arrow.png");
|
| }
|
|
|
|
|