| Index: chrome/browser/resources/about_memory_linux.html
|
| diff --git a/chrome/browser/resources/about_memory_linux.html b/chrome/browser/resources/about_memory_linux.html
|
| index 7731097387b5662f4c26abe7e9db5810ffe06ee3..2e92150fd723efc503dac2f3d4cbc19fe5a0db4a 100644
|
| --- a/chrome/browser/resources/about_memory_linux.html
|
| +++ b/chrome/browser/resources/about_memory_linux.html
|
| @@ -59,9 +59,9 @@ div#header {
|
| position: relative;
|
| overflow: hidden;
|
| background: #5296de;
|
| - -webkit-background-size: 100%;
|
| + background-size: 100%;
|
| border: 1px solid #3a75bd;
|
| - -webkit-border-radius: 6px;
|
| + border-radius: 6px;
|
| color: white;
|
| text-shadow: 0 0 2px black;
|
| }
|
| @@ -129,7 +129,7 @@ div.viewOptions input {
|
| font-family: Arial, Helvetica, sans-serif;
|
| font-size: 100%;
|
| border: 1px solid #b5b5b5;
|
| - -webkit-border-radius: 6px;
|
| + border-radius: 6px;
|
| padding: 0.3em 0.4em;
|
| }
|
| div.viewOptions input:focus {
|
| @@ -305,7 +305,7 @@ div.help div {
|
| max-width: 30em;
|
| -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.33);
|
| border: 1px solid #a8cfff;
|
| - -webkit-border-radius: 0;
|
| + border-radius: 0;
|
| line-height: 140%;
|
| font-size: 92%;
|
| }
|
|
|