Skip to content

Instantly share code, notes, and snippets.

@mfo
Created March 6, 2011 16:55
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 mfo/857397 to your computer and use it in GitHub Desktop.
Save mfo/857397 to your computer and use it in GitHub Desktop.
<!-- css .nested1 .nested2 => la div nested2 -->
<div class"nested1">
<div class="nested2">
</div>
</div>
<!-- css .chained1.chained2 => la div qui possede les deux classes => je sais pas si IE tolererait -->
<div class"chained1 chained2">
<div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment