| Index: chrome/browser/resources/about_conflicts.html
|
| diff --git a/chrome/browser/resources/about_conflicts.html b/chrome/browser/resources/about_conflicts.html
|
| index 1c66fb6580ea730bffe616222ac1c1a36047a940..87bab0c788195a474eea4760e5cef6b69ea7852f 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">
|
|
|