MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
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;
}
}

Navigation menu