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

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

Issue 612823005: [Search] Adjust buttons in the first run experience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: two small string changes Created 6 years, 3 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/browser/resources/contextual_search/promo.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3361fed13fe06140fd52ee5fd1c8dacb35f63e2b..eb02aa313267e04950553ea4bff0e9dd1c8f0179 100644
--- a/chrome/browser/resources/contextual_search/promo.html
+++ b/chrome/browser/resources/contextual_search/promo.html
@@ -17,12 +17,12 @@
<p i18n-content="heading" id="heading"></p>
<p id="description">
<span i18n-content="description-1"></span>
- <a class="colored" href="#learn-more" i18n-content="feature-name"></a>
+ <a class="colored-link" href="#learn-more" i18n-content="feature-name"></a>
<span i18n-content="description-2"></span>
</p>
<div id="button-container">
- <span class="label"><a href="#optout" i18n-content="optOut"></a></span>
- <span id="optin-label" class="label"><a class="colored" href="#optin" i18n-content="optIn"></a></span>
+ <span id="optout-label" class="label"><a href="#optout" i18n-content="optOut"></a></span>
+ <span id="optin-label" class="label"><a href="#optin" i18n-content="optIn"></a></span>
</div>
</div>
</body>
« no previous file with comments | « chrome/browser/resources/contextual_search/promo.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698