Skip to content

Instantly share code, notes, and snippets.

@brianbroken
Last active December 28, 2015 15:09
Show Gist options
  • Save brianbroken/7519866 to your computer and use it in GitHub Desktop.
Save brianbroken/7519866 to your computer and use it in GitHub Desktop.
Add pipes
ul.list-pipes {
margin: 0px 0px 10px 0px;
li {
font-size: 12px;
display: inline-block;
}
li + li::before {
content: " | ";
}
.active {
font-weight: bold;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment