Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Created December 12, 2016 17:34
Show Gist options
  • Save ashleygwilliams/d09e02efa69d089a1bf2372734407dd3 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/d09e02efa69d089a1bf2372734407dd3 to your computer and use it in GitHub Desktop.
table {
display: block;
width: 100%;
overflow: auto;
margin-top: 0;
margin-bottom: 16px;
}
table tr {
background-color: #fff;
border-top: 1px solid #ccc;
}
table th {
font-weight: bold;
}
table th, table td {
padding: 6px 13px;
border: 1px solid #ddd;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment