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

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

Issue 9609023: css hack n' slash, continued: New styles for checkboxes and radios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: csilv review 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;"> 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">
7 <link rel="stylesheet" href="../shared/css/chrome_shared2.css"> 6 <link rel="stylesheet" href="../shared/css/chrome_shared2.css">
8 <link rel="stylesheet" href="../shared/css/overlay.css"> 7 <link rel="stylesheet" href="../shared/css/overlay.css">
9 <link rel="stylesheet" href="../uber/uber_shared.css"> 8 <link rel="stylesheet" href="../uber/uber_shared.css">
10 <link rel="stylesheet" href="help.css"> 9 <link rel="stylesheet" href="help.css">
11 <link rel="stylesheet" href="more_info_overlay.css"> 10 <link rel="stylesheet" href="more_info_overlay.css">
12 <script src="chrome://resources/js/cr.js"></script> 11 <script src="chrome://resources/js/cr.js"></script>
13 <script src="chrome://resources/js/cr/ui/overlay.js"></script> 12 <script src="chrome://resources/js/cr/ui/overlay.js"></script>
14 <script src="chrome://resources/js/local_strings.js"></script> 13 <script src="chrome://resources/js/local_strings.js"></script>
15 <script src="chrome://resources/js/util.js"></script> 14 <script src="chrome://resources/js/util.js"></script>
16 <script src="chrome://help-frame/help.js"></script> 15 <script src="chrome://help-frame/help.js"></script>
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 <if expr="pp_ifdef('_google_chrome')"> 65 <if expr="pp_ifdef('_google_chrome')">
67 <div id="product-tos"></div> 66 <div id="product-tos"></div>
68 </if> 67 </if>
69 </div> 68 </div>
70 </div> 69 </div>
71 </body> 70 </body>
72 <script src="chrome://help-frame/strings.js"></script> 71 <script src="chrome://help-frame/strings.js"></script>
73 <script src="chrome://resources/js/i18n_template.js"></script> 72 <script src="chrome://resources/js/i18n_template.js"></script>
74 <script src="chrome://resources/js/i18n_process.js"></script> 73 <script src="chrome://resources/js/i18n_process.js"></script>
75 </html> 74 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/gpu_internals/gpu_internals.html ('k') | chrome/browser/resources/history/history.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698