Index: chrome/browser/resources/about_version.html |
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html |
index 2a92708b1398138befceba3dca5bae4d3fa6dd5d..5cff75758c7950c496396a88e103aeaa391847fd 100644 |
--- a/chrome/browser/resources/about_version.html |
+++ b/chrome/browser/resources/about_version.html |
@@ -8,6 +8,7 @@ about:version template page |
<head> |
<meta charset="utf-8"> |
<title i18n-content="title"></title> |
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
Dan Beam
2014/12/17 22:56:53
fyi: this changed the font size on about:version s
jungshik at Google
2014/12/17 23:46:49
hmm.. I guess it's about 80% of the previous size.
|
<if expr="is_android"> |
<meta name="viewport" content="width=device-width"> |
</if> |