| Index: chrome/browser/resources/settings/system_page/system_page.html
|
| diff --git a/chrome/browser/resources/settings/system_page/system_page.html b/chrome/browser/resources/settings/system_page/system_page.html
|
| index ca2d87ab7ed8ad675e4375ab4aab27b7e4e0a6ee..bcb80662440a06e4a1c80fa894fa87735649dced 100644
|
| --- a/chrome/browser/resources/settings/system_page/system_page.html
|
| +++ b/chrome/browser/resources/settings/system_page/system_page.html
|
| @@ -35,12 +35,10 @@
|
| </template>
|
| </div>
|
| </div>
|
| - <div class="settings-box">
|
| - <div class="button-strip">
|
| - <paper-button class="primary-button" on-tap="onChangeProxySettingsTap_">
|
| - $i18n{changeProxySettings}
|
| - </paper-button>
|
| - </div>
|
| + <div class="settings-box button-strip">
|
| + <paper-button class="primary-button" on-tap="onChangeProxySettingsTap_">
|
| + $i18n{changeProxySettings}
|
| + </paper-button>
|
| </div>
|
| </template>
|
| <script src="chrome://md-settings/system_page/system_page.js"></script>
|
|
|