From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 17 Apr 2015 06:28:40 -0400
Subject: [PATCH] Allow preference sections to define CSS class names

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

diff --git a/plugins/vcard_attachments/skins/larry/style.css b/plugins/vcard_attachments/skins/larry/style.css
index eb70082..4f9f61b 100644
--- a/plugins/vcard_attachments/skins/larry/style.css
+++ b/plugins/vcard_attachments/skins/larry/style.css
@@ -4,14 +4,9 @@
 	width: auto;
 	background: #f9f9f9;
 	border: 1px solid #d3d3d3;
-	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;
 }
 
 p.vcardattachment a {

--
Gitblit v1.9.1