| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <meta http-equiv="X-WebKit-CSP" | |
| 6 content="object-src 'none'; | |
| 7 script-src | |
| 8 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief | |
| 9 'self'"> | |
| 10 <title>Credits</title> | 5 <title>Credits</title> |
| 11 <style> | 6 <style> |
| 12 body { | 7 body { |
| 13 font-family:Helvetica,Arial,sans-serif; | 8 font-family:Helvetica,Arial,sans-serif; |
| 14 background-color:white; | 9 background-color:white; |
| 15 font-size:84%; | 10 font-size:84%; |
| 16 max-width:1020px; | 11 max-width:1020px; |
| 17 } | 12 } |
| 18 .page-title { | 13 .page-title { |
| 19 font-size:164%; | 14 font-size:164%; |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 </head> | 54 </head> |
| 60 <body> | 55 <body> |
| 61 <span class="page-title" style="float:left;">Credits</span> | 56 <span class="page-title" style="float:left;">Credits</span> |
| 62 <a id="print-link" href="#" style="float:right;">Print</a> | 57 <a id="print-link" href="#" style="float:right;">Print</a> |
| 63 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects
--> | 58 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects
--> |
| 64 {{entries}} | 59 {{entries}} |
| 65 </div> | 60 </div> |
| 66 <script src="chrome://credits/credits.js"></script> | 61 <script src="chrome://credits/credits.js"></script> |
| 67 </body> | 62 </body> |
| 68 </html> | 63 </html> |
| OLD | NEW |