From 17a78e718637724e8f5495381dd824248f4732e6 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sat, 14 Jun 2014 18:29:36 +0200 Subject: [PATCH] added small border-radius for event notice --- 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 bdd1dc4b95..4275ecae2b 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1904,6 +1904,7 @@ ul.tabs a { #birthday-notice, #event-notice { box-shadow: 1px 2px 0px 0px #D8D8D8; margin-bottom: 5px; + border-radius: 5px; } #birthday-wrapper, #event-wrapper {