diff options
Diffstat (limited to 'chrome/browser/resources/about_memory_linux.html')
-rw-r--r-- | chrome/browser/resources/about_memory_linux.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/resources/about_memory_linux.html b/chrome/browser/resources/about_memory_linux.html index 7731097..2e92150 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%; } |