Skip to content

Instantly share code, notes, and snippets.

@mattjmattj
Last active February 12, 2020 12:53
Show Gist options
  • Save mattjmattj/8f9d7389bb0c75509b0c15619552e70b to your computer and use it in GitHub Desktop.
Save mattjmattj/8f9d7389bb0c75509b0c15619552e70b to your computer and use it in GitHub Desktop.
list-style : mdash
ul.mdash {
margin-left: 0;
padding-left: 1em;
}
ul.mdash > li {
list-style-type: none;
text-indent: -1em;
}
ul.mdash > li:before {
display: list-item;
float: left;
content: "\2014";
width: 1.5em;
margin-left: -1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment