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

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

Issue 6577029: web-ui settings: Explicitly set preferences for sans-serif font and minimum l... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | chrome/browser/resources/options/font_settings.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="font-settings" class="page hidden"> 1 <div id="font-settings" class="page hidden">
2 <h1 i18n-content="fontSettingsPage"></h1> 2 <h1 i18n-content="fontSettingsPage"></h1>
3 <section> 3 <section>
4 <h3 i18n-content="fontSettingsStandard"></h3> 4 <h3 i18n-content="fontSettingsStandard"></h3>
5 <div class="font-input-div"> 5 <div class="font-input-div">
6 <div> 6 <div>
7 <select class="font-input" i18n-options="fontSettingsFontList" 7 <select id="serif-font-family" class="font-input" dataType="string"
8 i18n-options="fontSettingsFontList"
8 pref="webkit.webprefs.serif_font_family" 9 pref="webkit.webprefs.serif_font_family"
9 dataType="string"
10 metric="Options_ChangeSerifFont"></select> 10 metric="Options_ChangeSerifFont"></select>
11 </div> 11 </div>
12 <div> 12 <div>
13 <input id="serif-font-size" type="range" min="0" max="24" 13 <input id="serif-font-size" type="range" min="0" max="24"
14 pref="webkit.webprefs.default_font_size" class="font-input"> 14 pref="webkit.webprefs.default_font_size" class="font-input">
15 <div> 15 <div>
16 <span i18n-content="fontSettingsSizeTiny"></span> 16 <span i18n-content="fontSettingsSizeTiny"></span>
17 <span i18n-content="fontSettingsSizeHuge" class="font-settings-huge"> 17 <span i18n-content="fontSettingsSizeHuge" class="font-settings-huge">
18 </span> 18 </span>
19 </div> 19 </div>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 <div class="font-input-div"> 62 <div class="font-input-div">
63 <div> 63 <div>
64 <select class="font-input" i18n-options="fontSettingsEncodingList" 64 <select class="font-input" i18n-options="fontSettingsEncodingList"
65 pref="intl.charset_default" 65 pref="intl.charset_default"
66 dataType="string" 66 dataType="string"
67 metric="Options_ChangeFontEncoding"></select> 67 metric="Options_ChangeFontEncoding"></select>
68 </div> 68 </div>
69 </div> 69 </div>
70 </section> 70 </section>
71 </div> 71 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/font_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698