Skip to content

Instantly share code, notes, and snippets.

@jkongie
Created May 30, 2012 03:47
Show Gist options
  • Save jkongie/2833635 to your computer and use it in GitHub Desktop.
Save jkongie/2833635 to your computer and use it in GitHub Desktop.
Use a middot for a ul bullet
li:before {
content: '\b7\a0';
position: absolute;
right: 100%;
font-size: 20px;
}
li {
list-style:none;
position:relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment