Skip to content

Instantly share code, notes, and snippets.

@heycarsten
Created August 24, 2009 16:24
Show Gist options
  • Save heycarsten/173955 to your computer and use it in GitHub Desktop.
Save heycarsten/173955 to your computer and use it in GitHub Desktop.
li { color: #f00; }
li span { color: #0f0; }
/* Like a Christmas tree! */
<ol>
<li><span>Cool</span></li>
<li><span>Stuff</span></li>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment