summaryrefslogtreecommitdiff
path: root/plugins/vcard_attachments/skins/larry/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/vcard_attachments/skins/larry/style.css')
-rw-r--r--plugins/vcard_attachments/skins/larry/style.css4
1 files changed, 1 insertions, 3 deletions
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;
}