From 734e23367559608589d04c358d2437fdf28b4804 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 2 Jul 2014 19:01:48 +0200 Subject: Get rid of -o-box-shadow --- plugins/vcard_attachments/skins/larry/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/vcard_attachments') diff --git a/plugins/vcard_attachments/skins/larry/style.css b/plugins/vcard_attachments/skins/larry/style.css index eb70082ee..e1ad0ef4a 100644 --- a/plugins/vcard_attachments/skins/larry/style.css +++ b/plugins/vcard_attachments/skins/larry/style.css @@ -4,12 +4,10 @@ p.vcardattachment { width: auto; background: #f9f9f9; border: 1px solid #d3d3d3; - border-radius:4px; + border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; - border-radius: 4px; box-shadow: 0 0 2px #ccc; - -o-box-shadow: 0 0 2px #ccc; -webkit-box-shadow: 0 0 2px #ccc; -moz-box-shadow: 0 0 2px #ccc; } -- cgit v1.2.3