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

Unified Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 6966022: ntp4: Make theme attribution separate from chrome logo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rtl Created 9 years, 7 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/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/new_tab.html
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
index c9c12291af17ed3495d97775bf819642c73e3e1b..00c509c480fed8565c1185e4a564ad5c26d76cbe 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -55,11 +55,15 @@ document.documentElement.setAttribute('touchui', true);
<div id="card-slider-frame">
<div id="page-list">
</div>
+ <div id="attribution">
+ <span i18n-content="attributionintro"></span>
+ <img id="attribution-img">
+ </div>
</div>
<div id="footer">
<div id="footer-border"></div>
<div id="footer-content">
- <img id="attribution-img">
+ <img id="logo-img">
<ul id="dot-list">
<!-- This is another template node (see above). -->
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698