| Index: chrome/browser/resources/about_flash.html
|
| diff --git a/chrome/browser/resources/about_flash.html b/chrome/browser/resources/about_flash.html
|
| index 6abe8905f083d1315000bc5fe4e31b61c94e92b5..6bdb7a0c79ed4473c5053fb13d555fcc8547d0c2 100644
|
| --- a/chrome/browser/resources/about_flash.html
|
| +++ b/chrome/browser/resources/about_flash.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>
|
| .key {
|
| font-weight: bold;
|
| @@ -12,7 +13,7 @@
|
| }
|
| </style>
|
| </head>
|
| -<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| +<body>
|
| <div id="loading-message" i18n-content="loadingMessage">LOADING_MESSAGE</div>
|
| <div id="body-container" style="visibility:hidden">
|
| <div id="header"><h1 i18n-content="flashLongTitle">ABOUT_FLASH</h1></div>
|
|
|