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

Unified Diff: chrome/browser/resources/about_os_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
Index: chrome/browser/resources/about_os_credits.html
diff --git a/chrome/browser/resources/about_os_credits.html b/chrome/browser/resources/about_os_credits.html
index 66366d0f24fa5fdff2d932b9a6d827708b686d63..29be8039a6a16b8e517f11b53cc40c66257d4113 100755
--- a/chrome/browser/resources/about_os_credits.html
+++ b/chrome/browser/resources/about_os_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 | « chrome/browser/resources/about_memory_mac.html ('k') | chrome/browser/resources/bookmark_manager/css/bmm.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698