Skip to content

Instantly share code, notes, and snippets.

@nicinabox
Created June 14, 2012 16:38
Show Gist options
  • Save nicinabox/2931380 to your computer and use it in GitHub Desktop.
Save nicinabox/2931380 to your computer and use it in GitHub Desktop.
Elastic navigation
@mixin elastic-nav($width: 100%) {
display: table;
table-layout: fixed;
width: $width;
> li {
display: table-cell;
> a {
width: auto;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment