From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 05 Feb 2016 07:25:27 -0500
Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports

---
 plugins/vcard_attachments/skins/larry/style.css |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/plugins/vcard_attachments/skins/larry/style.css b/plugins/vcard_attachments/skins/larry/style.css
index e1ad0ef..4f9f61b 100644
--- a/plugins/vcard_attachments/skins/larry/style.css
+++ b/plugins/vcard_attachments/skins/larry/style.css
@@ -5,11 +5,8 @@
 	background: #f9f9f9;
 	border: 1px solid #d3d3d3;
 	border-radius: 4px;
-	-moz-border-radius: 4px;
-	-webkit-border-radius: 4px;
 	box-shadow: 0 0 2px #ccc;
 	-webkit-box-shadow: 0 0 2px #ccc;
-	-moz-box-shadow: 0 0 2px #ccc;
 }
 
 p.vcardattachment a {

--
Gitblit v1.9.1