Skip to content

Instantly share code, notes, and snippets.

@negatronGister
Created August 22, 2014 12:47
Show Gist options
  • Select an option

  • Save negatronGister/d3cb0bc77b3932dac328 to your computer and use it in GitHub Desktop.

Select an option

Save negatronGister/d3cb0bc77b3932dac328 to your computer and use it in GitHub Desktop.
hyphen-list
.hyphen-list {
margin-left: 16px;
li:before {
content:"-";
position:relative;
margin-left: -7px; /* optional, for multiline li element */
left: -8px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment