Created
April 17, 2013 14:54
-
-
Save arlando/5404954 to your computer and use it in GitHub Desktop.
Table with Collasped Lines.CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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