Chromium Code Reviews| Index: chrome/browser/resources/settings/people_page/manage_profile.html |
| diff --git a/chrome/browser/resources/settings/people_page/manage_profile.html b/chrome/browser/resources/settings/people_page/manage_profile.html |
| index 4df87a9c7c7ac1ecad80983063a2cffbf48cf60b..43ca8f2cc12d346f4e2488630f819693a946dd56 100644 |
| --- a/chrome/browser/resources/settings/people_page/manage_profile.html |
| +++ b/chrome/browser/resources/settings/people_page/manage_profile.html |
| @@ -10,9 +10,7 @@ |
| <template> |
| <style include="settings-shared"> |
| #selector { |
| - -webkit-margin-start: 16px; |
| - margin-top: 16px; |
| - max-width: 624px; |
| + margin: 16px 24px 16px 20px; |
|
Dan Beam
2016/09/14 01:13:30
does this work in RTL?
dschuyler
2016/09/14 01:24:23
Good point. It's better to have the margins equal.
|
| } |
| </style> |
| <div class="settings-box first"> |