Skip to content

Instantly share code, notes, and snippets.

@cohitre
Created March 16, 2011 05:05
Show Gist options
  • Save cohitre/872044 to your computer and use it in GitHub Desktop.
Save cohitre/872044 to your computer and use it in GitHub Desktop.
li {
padding: 0;
margin: 0;
list-style-type: none;
list-style-position: inside;
position: relative;
padding-left: 16px;
}
li:before {
content: "MMMMMM";
position: absolute;
top: 0;
left: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment