Skip to content

Instantly share code, notes, and snippets.

@carloshs92
Created June 10, 2014 21:29
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 carloshs92/abd30aa068f8eb6640b8 to your computer and use it in GitHub Desktop.
Save carloshs92/abd30aa068f8eb6640b8 to your computer and use it in GitHub Desktop.
Sub listas ordenadas
<style type='text/css'>
/*<![CDATA[*/
ol { counter-reset: item }
li { display: block }
li:before { content: counters(item, ".") " "; counter-increment: item }
/*]]>*/
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment