Skip to content

Instantly share code, notes, and snippets.

@pyrobot
Last active December 17, 2015 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pyrobot/5537850 to your computer and use it in GitHub Desktop.
Save pyrobot/5537850 to your computer and use it in GitHub Desktop.
table.andys-table {
thead tr {
font-weight: bold;
}
tbody {
tr {
border-right: 1px solid #ddd;
td:first-child {
font-weight: bold;
}
td:nth-child(2), td:nth-child(3) {
border-left: 1px solid #ddd;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment