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

Unified Diff: chrome/browser/resources/ntp4/tile_page.css

Issue 15825003: This CL removes an invalid CSS property value and replaces it with the initial value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove the invalid line of CSS as 'default' is not a valid property value. Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/tile_page.css
diff --git a/chrome/browser/resources/ntp4/tile_page.css b/chrome/browser/resources/ntp4/tile_page.css
index 08ff22b2505a7ed9bc5eb1e8793f1ef48b46443e..81f43227056710beced6b56d9a80c9bed0e325b9 100644
--- a/chrome/browser/resources/ntp4/tile_page.css
+++ b/chrome/browser/resources/ntp4/tile_page.css
@@ -161,7 +161,6 @@
}
90% {
- -webkit-animation-timing-function: default;
-webkit-transform: scale(0.3, 0.02);
opacity: 0.7;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698