Skip to content

Instantly share code, notes, and snippets.

@fieke
Created September 23, 2013 13:06
Show Gist options
  • Save fieke/6670119 to your computer and use it in GitHub Desktop.
Save fieke/6670119 to your computer and use it in GitHub Desktop.
Table layout: fixed zet de breedtes gelijk.
ul.menu {
display: table;
table-layout: fixed;
}
ul.menu li {
display: table-cell;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment