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

Unified Diff: chrome/browser/resources/ntp4/incognito_tab.css

Issue 1266443007: MD downloads: implement incognito markers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dl-menu2
Patch Set: Created 5 years, 5 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/ntp4/incognito_tab.css
diff --git a/chrome/browser/resources/ntp4/incognito_tab.css b/chrome/browser/resources/ntp4/incognito_tab.css
index 875d0b556511ef27f3c0f3c6dab717b37a950fb0..c836f2d323df17736f021d917f25cceb2a211833 100644
--- a/chrome/browser/resources/ntp4/incognito_tab.css
+++ b/chrome/browser/resources/ntp4/incognito_tab.css
@@ -9,8 +9,8 @@
.icon {
-webkit-margin-start: 25px;
content: -webkit-image-set(
- url(../../../browser/resources/ntp4/images/incognito_icon.png) 1x,
- url(../../../browser/resources/ntp4/images/2x/incognito_icon.png) 2x);
+ url(../../../../ui/webui/resources/images/incognito_icon.png) 1x,
+ url(../../../../ui/webui/resources/images/2x/incognito_icon.png) 2x);
float: right;
height: 128px;
margin-bottom: 10px;

Powered by Google App Engine
This is Rietveld 408576698