Skip to content

Instantly share code, notes, and snippets.

@DavidQL
Created February 2, 2011 23:47
Show Gist options
  • Save DavidQL/808756 to your computer and use it in GitHub Desktop.
Save DavidQL/808756 to your computer and use it in GitHub Desktop.
li {
cursor: pointer;
display: inline;
font-size: 14px;
}
li:after {
content: "/";
margin: 0 10px;
color: #d33;
}
li:last-of-type:after {
content: "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment