| Index: chrome/common/extensions/docs/templates/articles/api_other.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/api_other.html b/chrome/common/extensions/docs/templates/articles/api_other.html
|
| index f59f41797b9462f3725934d1e59f592a96d8791f..3d0581aa7fcb8df63b550d537852c0daceba8b05 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/api_other.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/api_other.html
|
| @@ -100,8 +100,8 @@ E.g. window.open(someUrl). --></dd>
|
| to make the UI spin:
|
| <pre><style>
|
| div:hover {
|
| - -webkit-transform: rotate(360deg);
|
| - -webkit-transition: all 1s ease-out;
|
| + transform: rotate(360deg);
|
| + transition: all 1s ease-out;
|
| }
|
| </style>
|
| </pre>
|
|
|