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

Side by Side Diff: chrome/browser/resources/print_preview/print_preview_page.html

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 years 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 <head> 2 <head>
3 <style> 3 <style>
4 body { 4 body {
5 margin: 0px; 5 margin: 0px;
6 width: 0px; 6 width: 0px;
7 } 7 }
8 .row { 8 .row {
9 display: table-row; 9 display: table-row;
10 vertical-align: inherit; 10 vertical-align: inherit;
11 } 11 }
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 <div id="content"> 108 <div id="content">
109 </div> 109 </div>
110 <div id="footer"> 110 <div id="footer">
111 <div class="row"> 111 <div class="row">
112 <div id="url" class="text"><span/></div> 112 <div id="url" class="text"><span/></div>
113 <div id="page_number" class="text"><span/></div> 113 <div id="page_number" class="text"><span/></div>
114 </div> 114 </div>
115 </div> 115 </div>
116 </body> 116 </body>
117 </html> 117 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.html ('k') | chrome/browser/resources/profile_signin_confirmation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698