Commit 80febdec65223ec1fb94837370e26e20c0897afb
1 parent
39a81339
Exists in
master
and in
52 other branches
hide border bottom from last item on event block
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
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; | ... | ... |