| Index: chrome/browser/resources/options/personal_options.html
|
| diff --git a/chrome/browser/resources/options/personal_options.html b/chrome/browser/resources/options/personal_options.html
|
| index 94a6168e2feb40ac6baa9cf1a35781aa2a0dba58..a6eff2b5f0ee71e6cc461e3b5dadfa8dc5a98366 100644
|
| --- a/chrome/browser/resources/options/personal_options.html
|
| +++ b/chrome/browser/resources/options/personal_options.html
|
| @@ -15,12 +15,9 @@
|
| <button id="start-sync" i18n-content="start_sync"></button>
|
| </td>
|
| </tr>
|
| - </div>
|
| - <div>
|
| <tr id="text-when-synced">
|
| <td>
|
| - <div class="section-text" id="synced_to_user_with_time"
|
| - i18n-content="synced_to_user_with_time"/>
|
| + <div class="section-text" id="synced_to_user_with_time"/>
|
| </td>
|
| </tr>
|
| <tr id="button-when-synced">
|
| @@ -29,7 +26,6 @@
|
| <button id="sync-customize" i18n-content="sync_customize"></button>
|
| </td>
|
| </tr>
|
| - </div>
|
| </table>
|
| </section>
|
| <section>
|
| @@ -111,7 +107,8 @@
|
| </button>
|
| <button id="themes_set_classic" i18n-content="themes_set_classic">
|
| </button>
|
| - <a id="linux_themes_gallery" i18n-content="themes_gallery"></a>
|
| + <a i18n-content="themes_gallery" target="_blank"
|
| + href="https://tools.google.com/chrome/intl/en/themes/index.html" />
|
| </td></tr>
|
| <tr>
|
| <td class="option-name">
|
| @@ -142,7 +139,8 @@
|
| <table class="option-control-table">
|
| <tr><td>
|
| <button id="themes_reset" i18n-content="themes_reset"></button>
|
| - <a id="nonlinux_themes_gallery" i18n-content="themes_gallery"></a>
|
| + <a i18n-content="themes_gallery" target="_blank"
|
| + href="https://tools.google.com/chrome/intl/en/themes/index.html" />
|
| </td></tr>
|
| </table>
|
| </section>
|
|
|