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

Unified Diff: chrome/browser/resources/contextual_search/promo.html

Issue 982643002: [Contextual Search] Update promo look. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually adding SVG ;) Created 5 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/contextual_search/promo.html
diff --git a/chrome/browser/resources/contextual_search/promo.html b/chrome/browser/resources/contextual_search/promo.html
index 632b11da23fd90eca1989ec1fa5b0b4ed7c4700f..b5bbd1bcda2a80e3f331d79158144f1ace75bec7 100644
--- a/chrome/browser/resources/contextual_search/promo.html
+++ b/chrome/browser/resources/contextual_search/promo.html
@@ -14,17 +14,15 @@
</head>
<body>
<div id="container">
- <img id="header-image" class="portrait" src="header.svg">
- <p id="heading" i18n-content="heading"></p>
- <div>
- <img id="header-image" class="landscape" src="header.svg">
- <p id="description">
- <span i18n-content="description-1"></span>
- <a class="colored-link" href="#learn-more"
- i18n-content="feature-name">
- </a>
- <span i18n-content="description-2"></span>
- </p>
+ <div class="header-image portrait"></div>
+ <div id="heading" i18n-content="heading"></div>
+ <div class="header-image landscape"></div>
+ <div id="description">
+ <span i18n-content="description-1"></span>
+ <a class="colored-link" href="#learn-more"
+ i18n-content="feature-name">
+ </a>
+ <span i18n-content="description-2"></span>
</div>
<div id="button-container">
<button id="optout-button">
« no previous file with comments | « chrome/browser/resources/contextual_search/promo.css ('k') | chrome/browser/resources/contextual_search/promo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698