Skip to content

Instantly share code, notes, and snippets.

@mboomaars
Created March 9, 2012 14:00
Show Gist options
  • Save mboomaars/2006621 to your computer and use it in GitHub Desktop.
Save mboomaars/2006621 to your computer and use it in GitHub Desktop.
CSS: Rounded corners for tables
table {
*border-collapse: collapse; /* IE7 and lower */
border-spacing: 0;
border-radius: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment