Skip to content

Instantly share code, notes, and snippets.

@takempf
Created April 30, 2013 22:27
Show Gist options
  • Select an option

  • Save takempf/5492433 to your computer and use it in GitHub Desktop.

Select an option

Save takempf/5492433 to your computer and use it in GitHub Desktop.
A terse gist
<ul>
<li>Hey</li>
<li>Hey</li>
<li>I'm your life</li>
<li>I'm the one who takes you there</li>
</ul>
ul {
list-style: none;
padding-left: 5px;
}
ul > li:before {
content: '\25B8';
padding-right: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment