Skip to content

Instantly share code, notes, and snippets.

@topokel
Created December 8, 2013 23:57
Show Gist options
  • Select an option

  • Save topokel/7865336 to your computer and use it in GitHub Desktop.

Select an option

Save topokel/7865336 to your computer and use it in GitHub Desktop.
/*
<nav>
<ul id="top-level">
<ul id="dropdown">
</ul>
</ul>
<ul id="top-level-2">
</ul>
</nav>
*/
nav > ul {
/* targets #top-level and #top-level-2 */
}
nav ul {
/* targets #top-level, #top-level-2, and #dropdown */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment