Commit 80febdec65223ec1fb94837370e26e20c0897afb

Authored by Melissa Wen
1 parent 39a81339

hide border bottom from last item on event block

src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... ... @@ -1226,6 +1226,10 @@ li.software-events-list-item {
1226 1226 padding-left: 16px;
1227 1227 }
1228 1228  
  1229 +li.software-events-list-item:last-child{
  1230 + border: none;
  1231 +}
  1232 +
1229 1233 .software-events-list-item-calendar {
1230 1234 background-image: url("../images/calendar-icon.png");
1231 1235 background-repeat: no-repeat;
... ...