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

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

Issue 9579001: css hack n' slash, continued: New styles for buttons and selects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: message font size Created 8 years, 9 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;" id="print-preview"> 2 <html i18n-values="dir:textdirection;" id="print-preview">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="icon" href="../../../app/theme/print_preview_favicon.png"> 6 <link rel="icon" href="../../../app/theme/print_preview_favicon.png">
7 7
8 <link rel="stylesheet" href="margins.css"> 8 <link rel="stylesheet" href="margins.css">
9 <link rel="stylesheet" href="print_preview.css"> 9 <link rel="stylesheet" href="print_preview.css">
10 <link rel="stylesheet" href="../shared/css/button.css"> 10 <link rel="stylesheet" href="../shared/css/button.css">
11 <link rel="stylesheet" href="../shared/css/checkbox.css"> 11 <link rel="stylesheet" href="../shared/css/checkbox.css">
12 <link rel="stylesheet" href="../shared/css/chrome_shared.css"> 12 <link rel="stylesheet" href="../shared/css/chrome_shared.css">
13 <link rel="stylesheet" href="../shared/css/select.css">
14 <link rel="stylesheet" href="../shared/css/throbber.css"> 13 <link rel="stylesheet" href="../shared/css/throbber.css">
15 14
16 <script src="chrome://resources/js/cr.js"></script> 15 <script src="chrome://resources/js/cr.js"></script>
17 <script src="chrome://resources/js/local_strings.js"></script> 16 <script src="chrome://resources/js/local_strings.js"></script>
18 <script src="chrome://print/print_preview_dummy.js"></script> 17 <script src="chrome://print/print_preview_dummy.js"></script>
19 <script src="chrome://print/strings.js"></script> 18 <script src="chrome://print/strings.js"></script>
20 </head> 19 </head>
21 <body i18n-values=".style.fontFamily:fontfamily"> 20 <body i18n-values=".style.fontFamily:fontfamily">
22 <div id="navbar-container"> 21 <div id="navbar-container">
23 <header> 22 <header>
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 i18n-content="intentionallyBlankText" 77 i18n-content="intentionallyBlankText"
79 href="http://www.google.com/support/chrome/bin/answer.py?answer=13795 52"> 78 href="http://www.google.com/support/chrome/bin/answer.py?answer=13795 52">
80 </a> 79 </a>
81 </div> 80 </div>
82 </div> 81 </div>
83 </div> 82 </div>
84 <script src="chrome://resources/js/i18n_template.js"></script> 83 <script src="chrome://resources/js/i18n_template.js"></script>
85 <script src="chrome://resources/js/i18n_process.js"></script> 84 <script src="chrome://resources/js/i18n_process.js"></script>
86 </body> 85 </body>
87 </html> 86 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview.html ('k') | chrome/browser/resources/shared/css/button.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698