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

Unified Diff: chrome/browser/resources/about_memory_mac.html

Issue 1182001: Remove vendor specific CSS prefixes. (Closed)
Patch Set: ? Created 10 years, 9 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
« no previous file with comments | « chrome/browser/resources/about_memory_linux.html ('k') | chrome/browser/resources/about_os_credits.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_memory_mac.html
diff --git a/chrome/browser/resources/about_memory_mac.html b/chrome/browser/resources/about_memory_mac.html
index 9b6d223d2fd6831036f96c3129e32be543c714b0..ebdfd123191698a270606b2de71a7e0dba57c08b 100644
--- a/chrome/browser/resources/about_memory_mac.html
+++ b/chrome/browser/resources/about_memory_mac.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: 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%;
}
« no previous file with comments | « chrome/browser/resources/about_memory_linux.html ('k') | chrome/browser/resources/about_os_credits.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698