From 39604c37d8c6994f1829ca7729f7a94c079f61a4 Mon Sep 17 00:00:00 2001
From: Silke Meyer <silke@silkemeyer.net>
Date: Sat, 14 Jun 2014 23:25:00 +0200
Subject: [PATCH] round corners for vevent

---
 view/theme/vier/style.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css
index 3547eda40e..0eb395e5af 100644
--- a/view/theme/vier/style.css
+++ b/view/theme/vier/style.css
@@ -2316,6 +2316,7 @@ a.mail-list-link {
         margin-top: 4px;
         margin-right: 4px;
         margin-bottom: 15px;
+        border-radius: 5px;
 }
 
 .vevent .event-description, .vevent .event-location {
-- 
2.39.5