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

Unified Diff: chrome/browser/resources/help/help_content.css

Issue 2321913003: Old and new about pages: simplify product logo animation code (Closed)
Patch Set: happify closure Created 4 years, 3 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 | « no previous file | chrome/browser/resources/help/help_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help_content.css
diff --git a/chrome/browser/resources/help/help_content.css b/chrome/browser/resources/help/help_content.css
index 86209a76aa5305f5b44c5fac5a1e7ac6660bccef..c63aed0034291c259d368bf7c91abf90c15815dd 100644
--- a/chrome/browser/resources/help/help_content.css
+++ b/chrome/browser/resources/help/help_content.css
@@ -15,14 +15,6 @@
-webkit-margin-start: 10px;
}
-@-webkit-keyframes spin {
- to { transform: rotate(-10turn); }
-}
-
-#product-logo.spin {
- -webkit-animation: spin 500ms cubic-bezier(1, 0, 0, 1) forwards;
-}
-
#version-container {
margin-top: 30px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/help/help_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698