Skip to content

Instantly share code, notes, and snippets.

@igniteflow
Created October 1, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igniteflow/265da2a136dc0bf2336f to your computer and use it in GitHub Desktop.
Save igniteflow/265da2a136dc0bf2336f to your computer and use it in GitHub Desktop.
Preserve indent in multi-line ordered list item content
/* from http://stackoverflow.com/a/17514460 */
li {
list-style-type: disc;
list-style-position: inside;
text-indent: -1em;
padding-left: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment