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

Unified Diff: chrome/browser/resources/chromeos/offline_load.html

Issue 14311003: Fix font on offline load page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
Index: chrome/browser/resources/chromeos/offline_load.html
diff --git a/chrome/browser/resources/chromeos/offline_load.html b/chrome/browser/resources/chromeos/offline_load.html
index 02d3b52051fcbff2cd919a3a8f1d7801d3ffd456..1af9baa950b07ab0d8a68ce09841899e2d8324aa 100644
--- a/chrome/browser/resources/chromeos/offline_load.html
+++ b/chrome/browser/resources/chromeos/offline_load.html
@@ -125,7 +125,8 @@ document.addEventListener('DOMContentLoaded', function() {
});
</script>
-<body oncontextmenu="return false;">
+<body oncontextmenu="return false;"
Dan Beam 2013/04/17 00:57:01 ^ does this handler actually work? I fixed a bug
rkc 2013/04/17 19:06:52 Seems to - right clicking on this offline page doe
+ i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<div id="mainview">
<div id="left">
<div class="upper">

Powered by Google App Engine
This is Rietveld 408576698