| Index: chrome/browser/resources/options/chromeos_system_options.html
|
| ===================================================================
|
| --- chrome/browser/resources/options/chromeos_system_options.html (revision 51735)
|
| +++ chrome/browser/resources/options/chromeos_system_options.html (working copy)
|
| @@ -1,6 +1,7 @@
|
| <div class="page hidden" id="systemPage">
|
| - <div class="section">
|
| - <div class="section-title" i18n-content="touchpad"></div>
|
| + <h1 i18n-content="systemPage"></h1>
|
| + <section>
|
| + <h3 i18n-content="touchpad"></h3>
|
| <table class="option-control-table">
|
| <tr>
|
| <td class="option-name" i18n-content="sensitivity"></td>
|
| @@ -30,9 +31,9 @@
|
| i18n-content="enable_vert_edge_scroll"></span></label></td>
|
| </tr>
|
| </table>
|
| - </div>
|
| - <div class="section">
|
| - <div class="section-title" i18n-content="language"></div>
|
| + </section>
|
| + <section>
|
| + <h3 i18n-content="language"></h3>
|
| <table class="option-control-table">
|
| <tr>
|
| <td class="option-name"><button id="language-button"
|
| @@ -40,9 +41,9 @@
|
| </td>
|
| </tr>
|
| </table>
|
| - </div>
|
| - <div class="section">
|
| - <div class="section-title" i18n-content="accessibility_title"></div>
|
| + </section>
|
| + <section>
|
| + <h3 i18n-content="accessibility_title"></h3>
|
| <table class="option-control-table">
|
| <tr>
|
| <td class="option-name"><label><input id="accesibility-check"
|
| @@ -50,5 +51,5 @@
|
| i18n-content="accessibility"></span></label></td>
|
| </tr>
|
| </table>
|
| - </div>
|
| + </section>
|
| </div>
|
|
|