Commit c611b051e5582c6cb8d5d23c3570a78fbf36b646
Committed by
Thiago Ribeiro
1 parent
1405f616
Exists in
master
and in
53 other branches
hide border bottom from last item on event block
(cherry picked from commit 80febdec65223ec1fb94837370e26e20c0897afb)
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... | ... | @@ -1220,6 +1220,10 @@ li.software-events-list-item { |
1220 | 1220 | padding-left: 16px; |
1221 | 1221 | } |
1222 | 1222 | |
1223 | +li.software-events-list-item:last-child{ | |
1224 | + border: none; | |
1225 | +} | |
1226 | + | |
1223 | 1227 | .software-events-list-item-calendar { |
1224 | 1228 | background-image: url("../images/calendar-icon.png"); |
1225 | 1229 | background-repeat: no-repeat; | ... | ... |