Skip to content

Instantly share code, notes, and snippets.

@vm137
Created September 2, 2015 14:56
Show Gist options
  • Save vm137/c9e6e9ed7a178c022830 to your computer and use it in GitHub Desktop.
Save vm137/c9e6e9ed7a178c022830 to your computer and use it in GitHub Desktop.
ul {
margin: 0.75em 0;
padding: 0 1em;
list-style: none;
}
li:before {
content: "";
border-color: transparent #111;
border-style: solid;
border-width: 0.35em 0 0.35em 0.45em;
display: block;
height: 0;
width: 0;
left: -1em;
top: 0.9em;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment