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

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

Issue 11316066: Merge 167311 - Print headers and footers with WebKit. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1312/src/
Patch Set: Created 8 years, 1 month 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/browser_resources.grd ('k') | chrome/renderer/print_web_view_helper.h » ('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 <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;
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 <div id="content"> 106 <div id="content">
107 </div> 107 </div>
108 <div id="footer"> 108 <div id="footer">
109 <div class="row"> 109 <div class="row">
110 <div id="url" class="text"><span/></div> 110 <div id="url" class="text"><span/></div>
111 <div id="page_number" class="text"><span/></div> 111 <div id="page_number" class="text"><span/></div>
112 </div> 112 </div>
113 </div> 113 </div>
114 </body> 114 </body>
115 </html> 115 </html>
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/renderer/print_web_view_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698