Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(865)

Unified Diff: chrome/common/extensions/docs/static/sass/_pillar.scss

Issue 140743011: New home page for developer.chrome.com (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed OWNERS Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_navbar.scss ('k') | chrome/docs/devtools-pillar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
}
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_navbar.scss ('k') | chrome/docs/devtools-pillar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698