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: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%; |
11 max-width:1020px; | 11 max-width:1020px; |
12 } | 12 } |
13 .page-title { | 13 .page-title { |
14 font-size:164%; | 14 font-size:164%; |
15 font-weight:bold; | 15 font-weight:bold; |
16 } | 16 } |
17 .product { | 17 .product { |
18 background-color:#c3d9ff; | 18 background-color:#c3d9ff; |
(...skipping 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1354 use your version of this file under the terms of the MPL, indicate your | 1354 use your version of this file under the terms of the MPL, indicate your |
1355 decision by deleting the provisions above and replace them with the notice | 1355 decision by deleting the provisions above and replace them with the notice |
1356 and other provisions required by the GPL or the LGPL. If you do not delete | 1356 and other provisions required by the GPL or the LGPL. If you do not delete |
1357 the provisions above, a recipient may use your version of this file under | 1357 the provisions above, a recipient may use your version of this file under |
1358 the terms of any one of the MPL, the GPL or the LGPL.</p> | 1358 the terms of any one of the MPL, the GPL or the LGPL.</p> |
1359 </div> | 1359 </div> |
1360 </div> | 1360 </div> |
1361 | 1361 |
1362 </body> | 1362 </body> |
1363 </html> | 1363 </html> |
OLD | NEW |