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

Unified Diff: chrome/browser/resources/md_user_manager/shared_styles.html

Issue 2726793004: [Resources] Use the new product logo in several places
Patch Set: Remove top margin on newtab logo Created 3 years, 9 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
Index: chrome/browser/resources/md_user_manager/shared_styles.html
diff --git a/chrome/browser/resources/md_user_manager/shared_styles.html b/chrome/browser/resources/md_user_manager/shared_styles.html
index 698f0d85fd1817f37f77d9ce8197add051549ae7..14e01b07314daf13d0f62f0e74afd15898d9fd0f 100644
--- a/chrome/browser/resources/md_user_manager/shared_styles.html
+++ b/chrome/browser/resources/md_user_manager/shared_styles.html
@@ -80,8 +80,8 @@
.product-logo {
content: -webkit-image-set(
- url(../../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo_name_22.png) 1x,
- url(../../../app/theme/default_200_percent/%DISTRIBUTION%/product_logo_name_22.png) 2x);
+ url(../../../../components/resources/default_100_percent/%DISTRIBUTION%/product_logo_name_22.png) 1x,
+ url(../../../../components/resources/default_200_percent/%DISTRIBUTION%/product_logo_name_22.png) 2x);
height: 22px;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698