Skip to content

Instantly share code, notes, and snippets.

@pjdietz
Last active December 12, 2015 05:48
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 pjdietz/4724812 to your computer and use it in GitHub Desktop.
Save pjdietz/4724812 to your computer and use it in GitHub Desktop.
Styles for tables with minimal furniture.
table.clean {
margin-top: 20px;
border-collapse: collapse;
}
table.clean caption {
font-weight: bold;
font-size: 14px;
line-height: 18px;
margin-bottom: 10px;
}
table.clean th,
table.clean td {
border-bottom: 1px solid #999;
padding: 3px 6px;
font-size: 12px;
line-height: 16px;
vertical-align: middle;
text-align: left;
}
table.clean thead th {
border-bottom: 2px solid #000;
vertical-align: bottom;
}
table.clean th {
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment