| Index: chrome/browser/resources/options/chromeos/system_options.html
|
| diff --git a/chrome/browser/resources/options/chromeos/system_options.html b/chrome/browser/resources/options/chromeos/system_options.html
|
| index 650abe02ab81e9786ff3fd08f1afbbb756c0e017..5d87dffb4fc802dd14d8fe73e1634402cdb4dbc7 100644
|
| --- a/chrome/browser/resources/options/chromeos/system_options.html
|
| +++ b/chrome/browser/resources/options/chromeos/system_options.html
|
| @@ -1,4 +1,4 @@
|
| -<div class="page" id="systemPage" hidden>
|
| +<div id="systemPage" class="page" hidden>
|
| <h1 i18n-content="systemPage"></h1>
|
| <section>
|
| <h3 i18n-content="datetime_title"></h3>
|
| @@ -62,11 +62,13 @@
|
| <h3 i18n-content="language"></h3>
|
| <table class="option-control-table">
|
| <tr>
|
| - <td class="option-name"><button id="language-button"
|
| - i18n-content="language_customize"></button>
|
| + <td class="option-name">
|
| + <button id="language-button" i18n-content="language_customize">
|
| + </button>
|
| </td>
|
| - <td class="option-name"><button id="modifier-keys-button"
|
| - i18n-content="modifier_keys_customize"></button>
|
| + <td class="option-name">
|
| + <button id="modifier-keys-button"
|
| + i18n-content="modifier_keys_customize"></button>
|
| </td>
|
| </tr>
|
| </table>
|
|
|