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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/resources/locale_settings.grd ('k') | chrome/browser/resources/chromeos/about_os_credits.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_credits.tmpl
diff --git a/chrome/browser/resources/about_credits.tmpl b/chrome/browser/resources/about_credits.tmpl
index 2797246fc5ecf693828bf0a0548a5930a70e3a2d..f2899ea0bd7aaf9f238ce3ef770244c2bb911a2c 100644
--- a/chrome/browser/resources/about_credits.tmpl
+++ b/chrome/browser/resources/about_credits.tmpl
@@ -53,6 +53,15 @@ body {
.licence pre {
white-space: pre-wrap;
}
+.dialog #print-link {
+ display: none;
+}
+.dialog .homepage {
+ display: none;
+}
+.highlight a:focus,
+ box-shadow: 0 0 23px rgb(77, 144, 254) !important;
+}
</style>
</head>
<body>
@@ -62,5 +71,6 @@ body {
{{entries}}
</div>
<script src="chrome://credits/credits.js"></script>
+<script src="chrome://credits/keyboard_utils.js"></script>
</body>
</html>
« no previous file with comments | « chrome/app/resources/locale_settings.grd ('k') | chrome/browser/resources/chromeos/about_os_credits.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698