| Index: chrome/browser/resources/options2/advanced_options.css
|
| diff --git a/chrome/browser/resources/options2/advanced_options.css b/chrome/browser/resources/options2/advanced_options.css
|
| index 11163867981664c79651f3dc8c428541217ca43f..ae52f10897ef0367f6c2b7a1d8e1f20f4a012b4f 100644
|
| --- a/chrome/browser/resources/options2/advanced_options.css
|
| +++ b/chrome/browser/resources/options2/advanced_options.css
|
| @@ -2,14 +2,6 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -#advancedPage .section-group:not(:first-child) {
|
| - margin-top: 10px;
|
| -}
|
| -
|
| -#advancedPage .section-group:not(:last-child) {
|
| - margin-bottom: 10px;
|
| -}
|
| -
|
| #advancedPage select,
|
| #advancedPage .web-content-select-label {
|
| min-width: 145px;
|
| @@ -20,11 +12,6 @@
|
| min-width: 100px;
|
| }
|
|
|
| -#download-location-group {
|
| - margin: 10px 0 5px;
|
| - min-width: 470px;
|
| -}
|
| -
|
| #fontSettingsCustomizeFontsButton,
|
| #privacyClearDataButton {
|
| margin-left: 10px;
|
|
|