Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / about_credits.tmpl
blobe9f119d67775fbae747bf373e9b14bd7b0223ca1
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Credits</title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <style>
8 body {
9   background-color: white;
10   font-size: 84%;
11   max-width: 1020px;
13 .page-title {
14   font-size: 164%;
15   font-weight: bold;
17 .product {
18   background-color: #c3d9ff;
19   border-radius: 5px;
20   margin-top: 16px;
21   overflow: auto;
22   padding: 2px;
24 .product .title {
25   float: left;
26   font-size: 110%;
27   font-weight: bold;
28   margin: 3px;
30 .product .homepage {
31   float: right;
32   margin: 3px;
33   text-align: right;
35 .product .homepage::after {
36   content: " - ";
38 .product .show {
39   float: right;
40   margin: 3px;
41   text-align: right;
43 .licence {
44   background-color: #e8eef7;
45   border-radius: 3px;
46   clear: both;
47   display: none;
48   padding: 16px;
50 .licence h3 {
51   margin-top: 0;
53 .licence pre {
54   white-space: pre-wrap;
56 .dialog #print-link,
57 .dialog .homepage {
58   display: none;
60 </style>
61 </head>
62 <body>
63 <span class="page-title" style="float:left;">Credits</span>
64 <a id="print-link" href="#" style="float:right;">Print</a>
65 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects -->
66 {{entries}}
67 </div>
68 <script src="chrome://resources/js/cr.js"></script>
69 <script src="chrome://credits/credits.js"></script>
70 </body>
71 </html>