Index: chrome/browser/resources/about_nacl.html |
diff --git a/chrome/browser/resources/about_nacl.html b/chrome/browser/resources/about_nacl.html |
index e4a610ab4005c2ed0d73914a35280780f84f4706..8bd1c4c07eeec5b27c4349f67eaa07870c35a925 100644 |
--- a/chrome/browser/resources/about_nacl.html |
+++ b/chrome/browser/resources/about_nacl.html |
@@ -3,8 +3,9 @@ |
<head> |
<meta charset="utf-8"> |
<link rel="stylesheet" href="chrome://nacl/about_nacl.css"> |
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
Dan Beam
2014/12/10 19:49:24
shared stylesheets above page-specific ones
xdai1
2014/12/11 02:59:21
Done.
|
</head> |
-<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
+<body> |
<div id="loading-message" i18n-content="loadingMessage"></div> |
<div id="body-container" hidden> |
<div id="header"> |