Skip to content

Commit

Permalink
Add commas between list items
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Chalmers committed Aug 17, 2020
1 parent 0e17fa1 commit acefdb3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mcstatus.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,11 @@
color: inherit;
display: inline;
}

.mc-players-list > li::after {
content: ", ";
}

.mc-players-list > li:last-child::after {
content: "";
}

0 comments on commit acefdb3

Please sign in to comment.