Index: chrome/browser/resources/about_sys/about_sys.html |
diff --git a/chrome/browser/resources/about_sys/about_sys.html b/chrome/browser/resources/about_sys/about_sys.html |
index 5a5065361eb2e5e5972b2587e471f62c2b3e803b..3711bdfbf3e573426c5e12da8f90d1dd3dd51401 100644 |
--- a/chrome/browser/resources/about_sys/about_sys.html |
+++ b/chrome/browser/resources/about_sys/about_sys.html |
@@ -3,8 +3,8 @@ |
<head> |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
<title i18n-content="title"></title> |
- |
<link rel="stylesheet" href="about_sys.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.
|
<script src="chrome://resources/js/util.js"></script> |
<script src="chrome://resources/js/i18n_template_no_process.js"></script> |
<script src="chrome://resources/js/jstemplate_compiled.js"></script> |