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

Unified Diff: chrome/browser/resources/about_credits.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 | « no previous file | chrome/browser/resources/about_memory.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_credits.html
diff --git a/chrome/browser/resources/about_credits.html b/chrome/browser/resources/about_credits.html
index 4c19dce0c9b6c94dbf6ce571f526c9fa7ffa7fb9..1fe43901d140e673e62b2c0b1bd9b4794577ab2d 100644
--- a/chrome/browser/resources/about_credits.html
+++ b/chrome/browser/resources/about_credits.html
@@ -19,7 +19,7 @@ body {
overflow:auto;
padding:2px;
margin-top:16px;
- -webkit-border-radius:5px;
+ border-radius:5px;
}
.product .title {
font-size:110%;
@@ -44,7 +44,7 @@ body {
clear:both;
background-color:#e8eef7;
padding:16px;
- -webkit-border-radius:3px;
+ border-radius:3px;
display:none;
}
.licence h3 {
« no previous file with comments | « no previous file | chrome/browser/resources/about_memory.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698