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

Unified Diff: chrome/browser/security/resources/ssl_roadblock.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/security/resources/ssl_error.html ('k') | chrome/browser/sync/resources/about_sync.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/security/resources/ssl_roadblock.html
diff --git a/chrome/browser/security/resources/ssl_roadblock.html b/chrome/browser/security/resources/ssl_roadblock.html
index 8bfa4f074d11b82db5106d238383c973053a664e..b20270159f3447112ccfe73321490518c4a130e6 100644
--- a/chrome/browser/security/resources/ssl_roadblock.html
+++ b/chrome/browser/security/resources/ssl_roadblock.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/security/resources/ssl_error.html ('k') | chrome/browser/sync/resources/about_sync.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698