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

Unified Diff: chrome/common/extensions/docs/examples/api/fontSettings/options.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/api/fontSettings/options.html
diff --git a/chrome/common/extensions/docs/examples/api/fontSettings/options.html b/chrome/common/extensions/docs/examples/api/fontSettings/options.html
index ae31ddffe73280c1cc9bac1a7569563f4711b3fb..1d378671d00659a220f7154727b1b3805c9d9fcd 100644
--- a/chrome/common/extensions/docs/examples/api/fontSettings/options.html
+++ b/chrome/common/extensions/docs/examples/api/fontSettings/options.html
@@ -191,7 +191,7 @@ select {
</div>
</div>
<div class="page">
- <header style="-webkit-transform: translateX(0px);">
+ <header style="transform: translateX(0px);">
<h1>Advanced Font Settings</h1>
</header>
<section>

Powered by Google App Engine
This is Rietveld 408576698