| Index: chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css
|
| index e14c84127d4cf82c2693f3bbf3f5a075e5880e21..5be31f2f3e49a76affe9eaf77024db556f4103cd 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.css
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* TODO(dzhioev): support RTL. */
|
| +/* TODO(dzhioev): support RTL. http://crbug.com/423354 */
|
|
|
| :host {
|
| -webkit-user-select: none;
|
| @@ -11,6 +11,7 @@
|
| color: white;
|
| display: block;
|
| font-family: 'Roboto';
|
| + font-weight: 300;
|
| height: 100%;
|
| }
|
|
|
|
|