Chromium Code Reviews| 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 69% |
| copy from content/test/data/dom_serializer/style.css |
| copy to chrome/browser/resources/settings/people_page/manage_profile.css |
| index 01e5d8866876d8786a63620ba4547ce4c55a27c6..ef5c3b795dde47d870755489c811a8bc91ca9c9a 100644 |
| --- a/content/test/data/dom_serializer/style.css |
| +++ b/chrome/browser/resources/settings/people_page/manage_profile.css |
| @@ -2,7 +2,10 @@ |
| * 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 { |
| + margin: 16px 0 0 16px; |
|
Dan Beam
2016/01/07 02:41:19
RTL
tommycli
2016/01/07 22:08:23
Done.
|
| } |