Skip to content

Instantly share code, notes, and snippets.

@sevenbest
Created October 2, 2013 13:56
Show Gist options
  • Select an option

  • Save sevenbest/6794195 to your computer and use it in GitHub Desktop.

Select an option

Save sevenbest/6794195 to your computer and use it in GitHub Desktop.
Less: Custom Bullet
ul {
list-style: none;
margin-left: 0;
li {
background: url('/_/img/custom-bullet.png') no-repeat 0 0;
padding-left: 17px;
margin-bottom: 10px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment