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

Side by Side Diff: chrome/browser/resources/help/help.html

Issue 9351007: [uber page] Set body font for help page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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
« no previous file with comments | « no previous file | no next file » | 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 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="helpTitle"></title> 5 <title i18n-content="helpTitle"></title>
6 <link rel="stylesheet" href="../shared/css/button.css"> 6 <link rel="stylesheet" href="../shared/css/button.css">
7 <link rel="stylesheet" href="../shared/css/chrome_shared2.css"> 7 <link rel="stylesheet" href="../shared/css/chrome_shared2.css">
8 <link rel="stylesheet" href="../uber/uber_shared.css"> 8 <link rel="stylesheet" href="../uber/uber_shared.css">
9 <link rel="stylesheet" href="help.css"> 9 <link rel="stylesheet" href="help.css">
10 <script src="chrome://resources/js/cr.js"></script> 10 <script src="chrome://resources/js/cr.js"></script>
11 <script src="chrome://resources/js/local_strings.js"></script> 11 <script src="chrome://resources/js/local_strings.js"></script>
12 <script src="chrome://resources/js/util.js"></script> 12 <script src="chrome://resources/js/util.js"></script>
13 <script src="chrome://help-frame/help.js"></script> 13 <script src="chrome://help-frame/help.js"></script>
14 </head> 14 </head>
15 <body class="uber-frame"> 15 <body class="uber-frame"
16 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
16 <div class="page"> 17 <div class="page">
17 <header> 18 <header>
18 <h1 i18n-content="helpTitle"></h1> 19 <h1 i18n-content="helpTitle"></h1>
19 </header> 20 </header>
20 <div id="about-container"> 21 <div id="about-container">
21 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> 22 <img src="chrome://theme/IDR_PRODUCT_LOGO_32">
22 <div id="product-description"> 23 <div id="product-description">
23 <h2 i18n-content="aboutProductTitle"></h2> 24 <h2 i18n-content="aboutProductTitle"></h2>
24 <span i18n-content="aboutProductDescription"></span> 25 <span i18n-content="aboutProductDescription"></span>
25 </div> 26 </div>
(...skipping 22 matching lines...) Expand all
48 <if expr="pp_ifdef('_google_chrome')"> 49 <if expr="pp_ifdef('_google_chrome')">
49 <div id="product-tos"></div> 50 <div id="product-tos"></div>
50 </if> 51 </if>
51 </div> 52 </div>
52 </div> 53 </div>
53 </body> 54 </body>
54 <script src="chrome://help-frame/strings.js"></script> 55 <script src="chrome://help-frame/strings.js"></script>
55 <script src="chrome://resources/js/i18n_template.js"></script> 56 <script src="chrome://resources/js/i18n_template.js"></script>
56 <script src="chrome://resources/js/i18n_process.js"></script> 57 <script src="chrome://resources/js/i18n_process.js"></script>
57 </html> 58 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698