Skip to content

Instantly share code, notes, and snippets.

@oksushi
Created January 4, 2013 08:23
Show Gist options
  • Save oksushi/4450880 to your computer and use it in GitHub Desktop.
Save oksushi/4450880 to your computer and use it in GitHub Desktop.
An unordered list with an em dash
/**
* An unordered list with an em dash
*/
ul {list-style: none;}
li:before {content: "–";}
<!-- content to be placed inside <body>…</body> -->
<ul>
<li>Item</li>
</ul>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment