Chromium Code Reviews| Index: chrome/browser/resources/supervised_user_block_interstitial.html |
| diff --git a/chrome/browser/resources/supervised_user_block_interstitial.html b/chrome/browser/resources/supervised_user_block_interstitial.html |
| index 283f72246ecd98856b2b0798783649d343354232..988a53cec335b2942556c15f6e0fa7b5c4fd3145 100644 |
| --- a/chrome/browser/resources/supervised_user_block_interstitial.html |
| +++ b/chrome/browser/resources/supervised_user_block_interstitial.html |
| @@ -1,5 +1,5 @@ |
| <!doctype html> |
| -<html i18n-values="dir:textdirection"> |
|
jungshik at Google
2015/01/10 00:54:04
ditto
Bernhard Bauer
2015/01/12 15:47:17
Done.
|
| +<html> |
| <head> |
| <meta name="viewport" content="width=device-width"> |
| <meta charset="utf-8"> |
| @@ -11,9 +11,7 @@ |
| <script src="supervised_user_block_interstitial.js"></script> |
| </head> |
| -<!-- TODO(jshin): Get rid of i18n-values and import default_text.css instead |
| - once interstitial page loading does not use data url any more. --> |
| -<body i18n-values=".style.fontFamily:fontfamily"> |
| +<body> |
| <div id="main-frame-blocked"> |
| <div id="box"> |
| <div id="content-top"> |