| Index: chrome/browser/resources/sync_setup_overlay.css
|
| diff --git a/chrome/browser/resources/sync_setup_overlay.css b/chrome/browser/resources/sync_setup_overlay.css
|
| index 37ecb5d8554c42dd756e8057fd274293bfcaacce..7c92d9e398aff056848a26c8168e2f47194c73f7 100644
|
| --- a/chrome/browser/resources/sync_setup_overlay.css
|
| +++ b/chrome/browser/resources/sync_setup_overlay.css
|
| @@ -460,6 +460,11 @@ html[dir='rtl'] .signin-box input[type=password] {
|
| font-weight: bold;
|
| }
|
|
|
| +/* The help links inside the signin box labels should use a normal font. */
|
| +.signin-box label a {
|
| + font-weight: normal;
|
| +}
|
| +
|
| /* Sign in miscellaneous. */
|
|
|
| .signin-box .throbber {
|
|
|