From 9517e7098bc9526907ace5b457111e2a44f04995 Mon Sep 17 00:00:00 2001 From: foockinho Date: Wed, 22 Aug 2012 04:22:37 +0200 Subject: modified border radius activity stream --- views/default/css/elements/components.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php index 1edf58d..34784da 100644 --- a/views/default/css/elements/components.php +++ b/views/default/css/elements/components.php @@ -168,8 +168,9 @@ .elgg-river-content { color: #444; background-color: #DDD; - border-right: solid 1px #888; - border-bottom: solid 1px #888; + border-right: solid 1px #BBB; + border-bottom: solid 1px #BBB; + border-radius: 3px; font-size: 85%; line-height: 1.5em; margin: 8px 0 5px 0; @@ -205,8 +206,9 @@ margin: 0; background-color: #DDD; border-top: none; - border-right: solid 1px #888; - border-bottom: solid 1px #888; + border-right: solid 1px #BBB; + border-bottom: solid 1px #BBB; + border-radius: 3px; } .elgg-river-comments li:first-child { -webkit-border-radius: 5px 0 0; -- cgit v1.2.3