Skip to content

Instantly share code, notes, and snippets.

@daphotron
Created November 1, 2013 19:23
Show Gist options
  • Select an option

  • Save daphotron/7270528 to your computer and use it in GitHub Desktop.

Select an option

Save daphotron/7270528 to your computer and use it in GitHub Desktop.
CSS Overriding list-style: none with ol tags.
ol {
list-style: none;
}
ol {
list-style: decimal; /* list-style: inherit; does not bring back the decimal */
}
<ol>
<li>Item 1</li>
<li>Item 2</li>
</ol>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment