4,554
edits
No edit summary |
No edit summary |
||
Line 1,110: | Line 1,110: | ||
padding: 7px !important; | padding: 7px !important; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
border: 1px solid black; | border-top: 1px solid black; | ||
border-left: 1px solid black; | |||
border-right: 1px solid black; | |||
display: flex; | display: flex; | ||
} | } | ||
Line 1,126: | Line 1,128: | ||
#list-list div.filtered-list-item:last-child { | #list-list div.filtered-list-item:last-child { | ||
margin-right: 0; | margin-right: 0; | ||
} | |||
#list-list div.filtered-list-item + div.filtered-list-item { | |||
border-top: none; | |||
} | } | ||
.list-card { | .list-card { |