Skip to content

Instantly share code, notes, and snippets.

@owlsky
Created September 20, 2013 01:14
Show Gist options
  • Save owlsky/6632101 to your computer and use it in GitHub Desktop.
Save owlsky/6632101 to your computer and use it in GitHub Desktop.
Resetting Default Table Styles
table {
border-collapse: collapse;
width: 100%;
}
th, td {
padding: 0.25rem;
text-align: left;
border: 1px solid #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment