Skip to content

Instantly share code, notes, and snippets.

@joho
Created July 12, 2012 04:44
Show Gist options
  • Save joho/3095840 to your computer and use it in GitHub Desktop.
Save joho/3095840 to your computer and use it in GitHub Desktop.
Fuckin' list stylin'
/**
* Fuckin' list stylin'
*/
li {
list-style-type: none;
margin-top: 5px;
}
li:before {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid red;
font-size: 12px;
margin-right: 5px;
}
<!-- content to be placed inside <body>…</body> -->
<ul>
<li>A thing</li>
<li>The other thing</li>
<ul>
{"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