4,554
edits
No edit summary |
No edit summary |
||
Line 811: | Line 811: | ||
#community-list .community-card:first-of-type { | #community-list .community-card:first-of-type { | ||
border-top: none; | border-top: none; | ||
} | |||
/* Adds top border to the very first card in the grid */ | |||
#community-list .community-card:first-child { | |||
border-top: 1px solid black; | |||
} | } |