Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: chrome/browser/resources/help/help.html

Issue 9351007: [uber page] Set body font for help page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help.html
===================================================================
--- chrome/browser/resources/help/help.html (revision 120681)
+++ chrome/browser/resources/help/help.html (working copy)
@@ -12,7 +12,8 @@
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://help-frame/help.js"></script>
</head>
-<body class="uber-frame">
+<body class="uber-frame"
+ i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<div class="page">
<header>
<h1 i18n-content="helpTitle"></h1>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698