Index: chrome/browser/resources/ssl/interstitial_v2.html |
diff --git a/chrome/browser/resources/ssl/interstitial_v2.html b/chrome/browser/resources/ssl/interstitial_v2.html |
index faaca6a136b1f89410efc48afad9cce77db3a27a..a6bbfc28c3442063037bd64466bf59570e82cb6f 100644 |
--- a/chrome/browser/resources/ssl/interstitial_v2.html |
+++ b/chrome/browser/resources/ssl/interstitial_v2.html |
@@ -1,5 +1,5 @@ |
<!DOCTYPE html> |
-<html i18n-values="dir:textDirection"> |
+<html i18n-values="dir:textdirection"> |
<head> |
<meta charset="utf-8"> |
<meta name="viewport" |
@@ -11,7 +11,7 @@ |
<script src="ssl_errors_common.js"></script> |
<script src="interstitial_v2.js"></script> |
</head> |
-<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
+<body i18n-values=".style.fontFamily:fontfamily"> |
Dan Beam
2014/06/07 03:03:15
or maybe you could move .style.fontSize to <html>
felt
2014/06/07 03:21:54
Sure, that does seem to be a better way to accommo
|
<div class="interstitial-wrapper"> |
<div class="icon"></div> |
<div id="main-message"> |