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

Side by Side Diff: components/printing/resources/print_preview_page.html

Issue 811563008: Moving files from //chrome to //components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit fix Created 5 years, 11 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 <head> 2 <head>
3 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 3 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
4 <style> 4 <style>
5 body { 5 body {
6 margin: 0px; 6 margin: 0px;
7 width: 0px; 7 width: 0px;
8 } 8 }
9 .row { 9 .row {
10 display: table-row; 10 display: table-row;
(...skipping 97 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

Powered by Google App Engine
This is Rietveld 408576698