| 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 <title>Credits</title> | 5 <title>Credits</title> |
| 6 <style> | 6 <style> |
| 7 body { | 7 body { |
| 8 font-family:Helvetica,Arial,sans-serif; | 8 font-family:Helvetica,Arial,sans-serif; |
| 9 background-color:white; | 9 background-color:white; |
| 10 font-size:84%; | 10 font-size:84%; |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 font-size:110%; | 25 font-size:110%; |
| 26 font-weight:bold; | 26 font-weight:bold; |
| 27 float:left; | 27 float:left; |
| 28 margin:3px; | 28 margin:3px; |
| 29 } | 29 } |
| 30 .product .homepage { | 30 .product .homepage { |
| 31 text-align:right; | 31 text-align:right; |
| 32 float:right; | 32 float:right; |
| 33 margin:3px; | 33 margin:3px; |
| 34 } | 34 } |
| 35 .product .homepage:after { | 35 .product .homepage::after { |
| 36 content:" - "; | 36 content:" - "; |
| 37 } | 37 } |
| 38 .product .show { | 38 .product .show { |
| 39 text-align:right; | 39 text-align:right; |
| 40 float:right; | 40 float:right; |
| 41 margin:3px; | 41 margin:3px; |
| 42 } | 42 } |
| 43 .licence { | 43 .licence { |
| 44 clear:both; | 44 clear:both; |
| 45 background-color:#e8eef7; | 45 background-color:#e8eef7; |
| 46 padding:16px; | 46 padding:16px; |
| 47 border-radius:3px; | 47 border-radius:3px; |
| 48 display:none; | 48 display:none; |
| 49 } | 49 } |
| 50 .licence h3 { | 50 .licence h3 { |
| 51 margin-top:0px; | 51 margin-top:0px; |
| 52 } | 52 } |
| 53 </style> | 53 </style> |
| 54 </head> | 54 </head> |
| 55 <body> | 55 <body> |
| 56 <span class="page-title" style="float:left;">Credits</span> | 56 <span class="page-title" style="float:left;">Credits</span> |
| 57 <a id="print-link" href="#" style="float:right;">Print</a> | 57 <a id="print-link" href="#" style="float:right;">Print</a> |
| 58 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects
--> | 58 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects
--> |
| 59 {{entries}} | 59 {{entries}} |
| 60 </div> | 60 </div> |
| 61 <script src="chrome://credits/credits.js"></script> | 61 <script src="chrome://credits/credits.js"></script> |
| 62 </body> | 62 </body> |
| 63 </html> | 63 </html> |
| OLD | NEW |