From: Silke Meyer Date: Sat, 14 Jun 2014 16:23:56 +0000 (+0200) Subject: added border-radius for tread-wrapper X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=29fbedcaf45c0fa1bac9fa1e34cecd9253557f58;p=friendica.git added border-radius for tread-wrapper --- 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;