From 29fbedcaf45c0fa1bac9fa1e34cecd9253557f58 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sat, 14 Jun 2014 18:23:56 +0200 Subject: [PATCH] added border-radius for tread-wrapper --- 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 56fcb40855..9fe2af4f33 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1082,6 +1082,7 @@ section.minimal { .tread-wrapper { /* border-bottom: 1px solid #BDCDD4; */ border-bottom: 1px solid #D2D2D2; + border-radius: 10px; position: relative; padding: 5px; margin-bottom: 10px;