From 80febdec65223ec1fb94837370e26e20c0897afb Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Tue, 1 Dec 2015 02:57:25 -0200 Subject: [PATCH] hide border bottom from last item on event block --- src/noosfero-spb/noosfero-spb-theme/css/community-pages.css | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/src/noosfero-spb/noosfero-spb-theme/css/community-pages.css b/src/noosfero-spb/noosfero-spb-theme/css/community-pages.css index 1c74214..d3b1051 100644 --- a/src/noosfero-spb/noosfero-spb-theme/css/community-pages.css +++ b/src/noosfero-spb/noosfero-spb-theme/css/community-pages.css @@ -1226,6 +1226,10 @@ li.software-events-list-item { padding-left: 16px; } +li.software-events-list-item:last-child{ + border: none; +} + .software-events-list-item-calendar { background-image: url("../images/calendar-icon.png"); background-repeat: no-repeat; -- libgit2 0.21.2