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

Unified Diff: chrome/common/extensions/docs/examples/extensions/news_i18n/feed.html

Issue 2534693002: Reduce usage of webkit prefixes in extension examples (Closed)
Patch Set: rebase Created 3 years, 10 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
Index: chrome/common/extensions/docs/examples/extensions/news_i18n/feed.html
diff --git a/chrome/common/extensions/docs/examples/extensions/news_i18n/feed.html b/chrome/common/extensions/docs/examples/extensions/news_i18n/feed.html
index 902b0dedd9d1c44b95a04fab704ce919b34f0de9..07f5450970df863d9d66ca1008c55c3bd51d01e2 100644
--- a/chrome/common/extensions/docs/examples/extensions/news_i18n/feed.html
+++ b/chrome/common/extensions/docs/examples/extensions/news_i18n/feed.html
@@ -50,7 +50,7 @@ a {
border: none;
padding: 0px;
margin: 0px;
- -webkit-transition: height 0.2s ease-out;
+ transition: height 0.2s ease-out;
}
#title {

Powered by Google App Engine
This is Rietveld 408576698