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

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

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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 <div id="font-settings" class="page" hidden> 1 <div id="font-settings" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="fontSettingsPage"></h1> 3 <h1 i18n-content="fontSettingsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <section> 5 <section>
6 <h3 i18n-content="fontSettingsStandard"></h3> 6 <h3 i18n-content="fontSettingsStandard"></h3>
7 <div class="font-setting-container"> 7 <div class="font-setting-container">
8 <div class="font-input-div"> 8 <div class="font-input-div">
9 <div> 9 <div>
10 <select id="standard-font-family" class="font-input" 10 <select id="standard-font-family" class="font-input"
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 </div> 97 </div>
98 </div> 98 </div>
99 </section> 99 </section>
100 </div> 100 </div>
101 <div class="action-area"> 101 <div class="action-area">
102 <div class="button-strip"> 102 <div class="button-strip">
103 <button id="font-settings-confirm" i18n-content="ok"></button> 103 <button id="font-settings-confirm" i18n-content="ok"></button>
104 </div> 104 </div>
105 </div> 105 </div>
106 </div> 106 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/font_settings.css ('k') | chrome/browser/resources/options/font_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698