Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: chrome/browser/resources/about_credits.tmpl

Issue 277083004: Added browser and OS credits link to EULA page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 .licence pre { 53 .licence pre {
54 white-space: pre-wrap; 54 white-space: pre-wrap;
55 } 55 }
56 .dialog #print-link {
57 display: none;
58 }
59 .dialog .homepage {
60 display: none;
61 }
62 .highlight a:focus,
63 box-shadow: 0 0 23px rgb(77, 144, 254) !important;
64 }
56 </style> 65 </style>
57 </head> 66 </head>
58 <body> 67 <body>
59 <span class="page-title" style="float:left;">Credits</span> 68 <span class="page-title" style="float:left;">Credits</span>
60 <a id="print-link" href="#" style="float:right;">Print</a> 69 <a id="print-link" href="#" style="float:right;">Print</a>
61 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects --> 70 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects -->
62 {{entries}} 71 {{entries}}
63 </div> 72 </div>
64 <script src="chrome://credits/credits.js"></script> 73 <script src="chrome://credits/credits.js"></script>
74 <script src="chrome://credits/keyboard_utils.js"></script>
65 </body> 75 </body>
66 </html> 76 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698