| Index: chrome/browser/resources/settings/people_page/manage_profile.css
|
| diff --git a/content/test/data/dom_serializer/style.css b/chrome/browser/resources/settings/people_page/manage_profile.css
|
| similarity index 63%
|
| copy from content/test/data/dom_serializer/style.css
|
| copy to chrome/browser/resources/settings/people_page/manage_profile.css
|
| index 01e5d8866876d8786a63620ba4547ce4c55a27c6..fe8c87b6d26a144c9da8085607bb6875a86e9c11 100644
|
| --- a/content/test/data/dom_serializer/style.css
|
| +++ b/chrome/browser/resources/settings/people_page/manage_profile.css
|
| @@ -2,7 +2,11 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -h1 {
|
| - font:20;
|
| - color:red;
|
| +paper-input {
|
| + width: 300px;
|
| +}
|
| +
|
| +#availableIcons {
|
| + -webkit-margin-start: 16px;
|
| + margin-top: 16px;
|
| }
|
|
|