Commit 80febdec65223ec1fb94837370e26e20c0897afb
1 parent
39a81339
Exists in
master
and in
26 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,6 +1226,10 @@ li.software-events-list-item { | ||
1226 | padding-left: 16px; | 1226 | padding-left: 16px; |
1227 | } | 1227 | } |
1228 | 1228 | ||
1229 | +li.software-events-list-item:last-child{ | ||
1230 | + border: none; | ||
1231 | +} | ||
1232 | + | ||
1229 | .software-events-list-item-calendar { | 1233 | .software-events-list-item-calendar { |
1230 | background-image: url("../images/calendar-icon.png"); | 1234 | background-image: url("../images/calendar-icon.png"); |
1231 | background-repeat: no-repeat; | 1235 | background-repeat: no-repeat; |