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

Unified Diff: chrome/browser/security/resources/ssl_error.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/security/resources/ssl_error.html
diff --git a/chrome/browser/security/resources/ssl_error.html b/chrome/browser/security/resources/ssl_error.html
index 67e5954beed6f3f58c58f6a63b7ea8996fdaac32..c7480c28eaeb30c6c070b04863ec2b855b9ead9c 100644
--- a/chrome/browser/security/resources/ssl_error.html
+++ b/chrome/browser/security/resources/ssl_error.html
@@ -26,7 +26,7 @@ body {
padding:20px;
position:relative;
-webkit-box-shadow:3px 3px 8px #200;
- -webkit-border-radius:5px;
+ border-radius:5px;
}
html[dir='rtl'] .box {
text-align:right;
« no previous file with comments | « chrome/browser/resources/safe_browsing_phishing_block.html ('k') | chrome/browser/security/resources/ssl_roadblock.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698