| Index: chrome/browser/resources/components.html
|
| diff --git a/chrome/browser/resources/components.html b/chrome/browser/resources/components.html
|
| index b7dfded3e85b9c44532d0df49a5bfc63b9ff97e8..e31d9f6d81c26dba05d44496e7da8710bb9fbd2d 100644
|
| --- a/chrome/browser/resources/components.html
|
| +++ b/chrome/browser/resources/components.html
|
| @@ -4,12 +4,13 @@
|
| <meta charset="utf-8">
|
| <title i18n-content="componentsTitle"></title>
|
| <link rel="stylesheet" href="components.css">
|
| +<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <if expr="chromeos">
|
| <link rel="stylesheet"
|
| href="chrome://resources/css/chromeos/ui_account_tweaks.css">
|
| </if>
|
| </head>
|
| -<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| +<body>
|
| <div id="body-container" style="visibility:hidden">
|
|
|
| <div id="header"><h1 i18n-content="componentsTitle">TITLE</h1></div>
|
|
|