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

Side by Side Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 10695052: HiDPI chromium logo for NTP, about:version, about:neterror (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 135179 Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/renderer/resources/neterror.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values=" 2 <html i18n-values="
3 dir:textdirection; 3 dir:textdirection;
4 hasattribution:hasattribution; 4 hasattribution:hasattribution;
5 themegravity:themegravity; 5 themegravity:themegravity;
6 bookmarkbarattached:bookmarkbarattached;" 6 bookmarkbarattached:bookmarkbarattached;"
7 class="starting-up"> 7 class="starting-up">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 </button> 95 </button>
96 <div id="attribution"> 96 <div id="attribution">
97 <span i18n-content="attributionintro"></span> 97 <span i18n-content="attributionintro"></span>
98 <img id="attribution-img"> 98 <img id="attribution-img">
99 </div> 99 </div>
100 </div> 100 </div>
101 101
102 <div id="footer"> 102 <div id="footer">
103 <div id="footer-border"></div> 103 <div id="footer-border"></div>
104 <div id="footer-content"> 104 <div id="footer-content">
105 <img id="logo-img" src="chrome://theme/IDR_PRODUCT_LOGO"> 105 <!-- TODO: Revert back to src= once http://crbug.com/135179 is fixed -->
106 <img id="logo-img">
106 107
107 <ul id="dot-list"> 108 <ul id="dot-list">
108 </ul> 109 </ul>
109 110
110 <div class="menu-container"> 111 <div class="menu-container">
111 <button id="recently-closed-menu-button" 112 <button id="recently-closed-menu-button"
112 class="footer-menu-button custom-appearance"> 113 class="footer-menu-button custom-appearance">
113 <span i18n-content="recentlyclosed"></span> 114 <span i18n-content="recentlyclosed"></span>
114 <div class="disclosure-triangle"></div> 115 <div class="disclosure-triangle"></div>
115 </button> 116 </button>
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 </a> 198 </a>
198 </p> 199 </p>
199 </div> 200 </div>
200 201
201 </div> 202 </div>
202 203
203 <!-- This is used to measure text in the current locale. It is not visible. --> 204 <!-- This is used to measure text in the current locale. It is not visible. -->
204 <div id="fontMeasuringDiv"></div> 205 <div id="fontMeasuringDiv"></div>
205 206
206 </html> 207 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/renderer/resources/neterror.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698