| Index: chrome/browser/resources/about_conflicts.html
|
| diff --git a/chrome/browser/resources/about_conflicts.html b/chrome/browser/resources/about_conflicts.html
|
| index 80773dc7fe39b78ec87b5626078d1a5b40a7182a..4432589a43c504998cb68213a6b7145c448a5da1 100644
|
| --- a/chrome/browser/resources/about_conflicts.html
|
| +++ b/chrome/browser/resources/about_conflicts.html
|
| @@ -2,6 +2,7 @@
|
| <html i18n-values="dir:textdirection;">
|
| <head>
|
| <meta charset="utf-8">
|
| +<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <style>
|
| body {
|
| margin: 10px;
|
| @@ -153,7 +154,7 @@ html[dir=rtl] .clearing {
|
| }
|
| </style>
|
| </head>
|
| -<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| +<body>
|
| <div id="loading-message" i18n-content="loadingMessage"></div>
|
|
|
| <div id="body-container" style="visibility:hidden">
|
|
|