Skip to content

Instantly share code, notes, and snippets.

@arlando
Created April 17, 2013 14:54
Show Gist options
  • Save arlando/5404954 to your computer and use it in GitHub Desktop.
Save arlando/5404954 to your computer and use it in GitHub Desktop.
Table with Collasped Lines.CSS
/*Makes a table with connecting lines*/
.spexTable{
border-collapse: collapse;
border-spacing: 0;
border-color: gray;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment