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

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

Issue 7063029: Options: Style cleanup - id attribute first. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 9 years, 7 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 2 <html id="t" i18n-values="dir:textdirection">
3 i18n-values="dir:textdirection"
4 id="t">
5 <head> 3 <head>
6 <meta charset="utf-8"> 4 <meta charset="utf-8">
7 <!-- Set the title to that of the default page so that the title doesn't flash 5 <!-- Set the title to that of the default page so that the title doesn't flash
8 on load (for the most common case). --> 6 on load (for the most common case). -->
9 <title i18n-content="browserPageTabTitle"></title> 7 <title i18n-content="browserPageTabTitle"></title>
10 8
11 <link rel="icon" href="../../../app/theme/settings_favicon.png"> 9 <link rel="icon" href="../../../app/theme/settings_favicon.png">
12 <link rel="stylesheet" href="chrome://resources/css/button.css"> 10 <link rel="stylesheet" href="chrome://resources/css/button.css">
13 <link rel="stylesheet" href="chrome://resources/css/list.css"> 11 <link rel="stylesheet" href="chrome://resources/css/list.css">
14 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> 12 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 </div> 152 </div>
155 </div> 153 </div>
156 </div> 154 </div>
157 </div> 155 </div>
158 </div> 156 </div>
159 <script src="chrome://settings/strings.js"></script> 157 <script src="chrome://settings/strings.js"></script>
160 <script src="chrome://resources/js/i18n_template.js"></script> 158 <script src="chrome://resources/js/i18n_template.js"></script>
161 <script src="chrome://resources/js/i18n_process.js"></script> 159 <script src="chrome://resources/js/i18n_process.js"></script>
162 </body> 160 </body>
163 </html> 161 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/language_options.html ('k') | chrome/browser/resources/options/personal_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698