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

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

Issue 1312163007: Update the alignment of the chrome://apps theme attribution when theme is installed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@theme_handler_crash
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html class="starting-up" i18n-values="dir:textdirection; 2 <html class="starting-up" i18n-values="dir:textdirection;
3 hasattribution:hasattribution; 3 hasattribution:hasattribution;
4 themegravity:themegravity;
5 bookmarkbarattached:bookmarkbarattached; 4 bookmarkbarattached:bookmarkbarattached;
6 lang:language"> 5 lang:language">
7 <head> 6 <head>
8 <meta charset="utf-8"> 7 <meta charset="utf-8">
9 <title i18n-content="title"></title> 8 <title i18n-content="title"></title>
10 <!-- Don't scale the viewport in either portrait or landscape mode. 9 <!-- Don't scale the viewport in either portrait or landscape mode.
11 Note that this means apps will be reflowed when rotated (like iPad). 10 Note that this means apps will be reflowed when rotated (like iPad).
12 If we wanted to maintain position we could remove 'maximum-scale' so 11 If we wanted to maintain position we could remove 'maximum-scale' so
13 that we'd zoom out in portrait mode, but then there would be a bunch 12 that we'd zoom out in portrait mode, but then there would be a bunch
14 of unusable space at the bottom. 13 of unusable space at the bottom.
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 </div> 171 </div>
173 <span class="title"></span> 172 <span class="title"></span>
174 </div> 173 </div>
175 174
176 </div> 175 </div>
177 176
178 <!-- This is used to measure text in the current locale. It is not visible. --> 177 <!-- This is used to measure text in the current locale. It is not visible. -->
179 <div id="fontMeasuringDiv"></div> 178 <div id="fontMeasuringDiv"></div>
180 179
181 </html> 180 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/new_tab_theme.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698