| OLD | NEW |
| (Empty) |
| 1 <!DOCTYPE HTML> | |
| 2 <html i18n-values="dir:textdirection;"> | |
| 3 <head> | |
| 4 <meta charset="utf-8"> | |
| 5 <style> | |
| 6 body { | |
| 7 margin: 10px; | |
| 8 min-width: 47em; | |
| 9 } | |
| 10 | |
| 11 #owner-only-warning { | |
| 12 font-size: 156%; | |
| 13 font-weight: bold; | |
| 14 margin-bottom: 10px; | |
| 15 margin-top: 10px; | |
| 16 padding-bottom: 25px; | |
| 17 padding-top: 25px; | |
| 18 -webkit-margin-start: 10px; | |
| 19 -webkit-padding-start: 80px; | |
| 20 background-repeat: no-repeat; | |
| 21 background-image: url('../../../ui/webui/resources/images/phishing_icon.png'); | |
| 22 } | |
| 23 </style> | |
| 24 </head> | |
| 25 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | |
| 26 <div id="owner-only-warning"> | |
| 27 <span i18n-content="ownerOnly"></span> | |
| 28 <span i18n-content="ownerUserId"></span> | |
| 29 </div> | |
| 30 <script src="chrome://resources/js/load_time_data.js"></script> | |
| 31 <script src="chrome://flags/strings.js"></script> | |
| 32 <script src="chrome://resources/js/i18n_template2.js"></script> | |
| 33 </body> | |
| 34 </html> | |
| 35 | |
| OLD | NEW |