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

Unified Diff: chrome/browser/resources/safe_browsing_malware_block.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/safe_browsing_malware_block.html
diff --git a/chrome/browser/resources/safe_browsing_malware_block.html b/chrome/browser/resources/safe_browsing_malware_block.html
index a3dce266700fa0c3cf7e6e3d4bb4dd54585318bd..45a0eea413fa344b5917d68e27bd93995c712136 100644
--- a/chrome/browser/resources/safe_browsing_malware_block.html
+++ b/chrome/browser/resources/safe_browsing_malware_block.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/new_new_tab.css ('k') | chrome/browser/resources/safe_browsing_multiple_threat_block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698