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

Unified Diff: chrome/browser/resources/md_history/synced_device_manager.html

Issue 2586813002: MD History: increase contrast in synced tab promo flourish plant (Closed)
Patch Set: Created 4 years 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_history/synced_device_manager.html
diff --git a/chrome/browser/resources/md_history/synced_device_manager.html b/chrome/browser/resources/md_history/synced_device_manager.html
index a685a1edbf7e7b3dbe6e46fa3999b5e47c6454b2..b05020fdab424e6bedea5693623883d86967f7e8 100644
--- a/chrome/browser/resources/md_history/synced_device_manager.html
+++ b/chrome/browser/resources/md_history/synced_device_manager.html
@@ -19,12 +19,12 @@
#illustration {
background: -webkit-image-set(
- url(chrome://history/images/100/sign_in_promo.png) 1x,
- url(chrome://history/images/200/sign_in_promo.png) 2x)
+ url(chrome://history/images/100/sign_in_promo.jpg) 1x,
+ url(chrome://history/images/200/sign_in_promo.jpg) 2x)
no-repeat center center;
height: 222px;
margin-top: 100px;
- width: 594px;
+ width: 574px;
}
#no-synced-tabs {
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.vulcanized.html ('k') | chrome/browser/ui/webui/md_history_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698