| 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..37c2f54ed5eaa9752d76fdbe681a6baafd29fb09 100644
|
| --- a/chrome/browser/resources/settings/system_page/system_page.html
|
| +++ b/chrome/browser/resources/settings/system_page/system_page.html
|
| @@ -36,11 +36,9 @@
|
| </div>
|
| </div>
|
| <div class="settings-box">
|
| - <div class="button-strip">
|
| - <paper-button class="primary-button" on-tap="onChangeProxySettingsTap_">
|
| - $i18n{changeProxySettings}
|
| - </paper-button>
|
| - </div>
|
| + <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>
|
|
|