Skip to content

Instantly share code, notes, and snippets.

@niaher
Created September 22, 2015 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niaher/3d10f52926590d637cb5 to your computer and use it in GitHub Desktop.
Save niaher/3d10f52926590d637cb5 to your computer and use it in GitHub Desktop.
.list-csl {
display: inline;
list-style: none;
padding:0;
li {
display: inline;
}
li:after {
content: ", ";
}
li:last-child:after {
content: "";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment