4,554
edits
No edit summary |
No edit summary |
||
Line 1,109: | Line 1,109: | ||
padding: 7px !important; | padding: 7px !important; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
border-left: 1px solid black; | |||
border-top: 1px solid black; | |||
border-right: 1px solid black; | |||
} | |||
#list-list div.filtered-list-item:not(:first-child) { | |||
margin-left: 0; | |||
} | |||
#list-list div.filtered-list-item:nth-child(5n + 1) { | |||
margin-left: 0; | |||
transform: none; | |||
} | |||
#list-list div.filtered-list-item:last-child { | |||
margin-right: 0; | |||
border-bottom: 1px solid black; | |||
} | } | ||
.list-card { | .list-card { |