summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-07-02 19:01:48 +0200
committerAleksander Machniak <alec@alec.pl>2014-07-02 19:01:48 +0200
commit734e23367559608589d04c358d2437fdf28b4804 (patch)
tree05e89b9a9ef05907a6b59fb231c9a8e2d14f7c96 /plugins
parent0fbb27d2190a30fae876dfcc913372191444356b (diff)
Get rid of -o-box-shadow
Diffstat (limited to 'plugins')
-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;
}