| Index: chrome/browser/resources/settings/about_page/about_page.html
|
| diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
|
| index 8f813e09a84ba31b7eb94735a66295b919bcc2f1..72380ebadf2b95bc2ef663ba41385ebaff2fe014 100644
|
| --- a/chrome/browser/resources/settings/about_page/about_page.html
|
| +++ b/chrome/browser/resources/settings/about_page/about_page.html
|
| @@ -35,14 +35,6 @@
|
| margin-top: auto;
|
| }
|
|
|
| - @-webkit-keyframes spin {
|
| - to { transform: rotate(-10turn); }
|
| - }
|
| -
|
| - #product-logo.spin {
|
| - -webkit-animation: spin 500ms cubic-bezier(1, 0, 0, 1) forwards;
|
| - }
|
| -
|
| img {
|
| -webkit-margin-end: 10px;
|
| }
|
|
|