| Index: chrome/browser/resources/settings/settings_page.css
|
| diff --git a/chrome/browser/resources/settings/settings_page.css b/chrome/browser/resources/settings/settings_page.css
|
| index 859ffa5b898bd10c6579f886da4320b946e86f69..f30fb6c9cef56ded74764509b528050bb20dd91b 100644
|
| --- a/chrome/browser/resources/settings/settings_page.css
|
| +++ b/chrome/browser/resources/settings/settings_page.css
|
| @@ -9,11 +9,15 @@
|
| margin: 0 auto;
|
| max-width: 960px;
|
| min-width: 622px;
|
| - padding: 24px 0;
|
| + padding-bottom: 24px;
|
| position: relative;
|
| - width: 80%;
|
| + width: 96%;
|
| }
|
|
|
| :host > * {
|
| - margin-bottom: 16px;
|
| + /* The margin and padding here are doing two things: make the total separation
|
| + * 24px; and make scrollIntoView align the section header with the top item in
|
| + * the side nav menu. Both things are desired by Alan (bettes@). */
|
| + margin-bottom: 3px;
|
| + padding-top: 21px;
|
| }
|
|
|