Chromium Code Reviews| 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..f56c15c264d36eef72b96386b8916363215bee4e 100644 |
| --- a/chrome/browser/resources/sync_setup_overlay.css |
| +++ b/chrome/browser/resources/sync_setup_overlay.css |
| @@ -455,6 +455,11 @@ html[dir='rtl'] .signin-box input[type=password] { |
| display: block; |
| } |
| +/* The help links inside the signin box labels should use a normal font. */ |
| +.signin-box label a { |
| + font-weight: normal; |
|
James Hawkins
2012/07/04 17:10:01
This should go below the '.signing-box label' sele
Roger Tawa OOO till Jul 10th
2012/07/04 19:17:53
Done.
|
| +} |
| + |
| .signin-box label { |
| display: block; |
| font-weight: bold; |