Skip to content

Instantly share code, notes, and snippets.

@magician11
Created February 21, 2014 09:27
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 magician11/9131281 to your computer and use it in GitHub Desktop.
Save magician11/9131281 to your computer and use it in GitHub Desktop.
EfficientWP tables
.ewp_table {
width: 100%;
background-color: #ecf0f1; /* Flat UI Color: CLOUDS */
border-spacing: 0px;
}
.ewp_table, .ewp_table td, .ewp_table th {
border: 1px solid #34495e; /* Flat UI Color: WET ASPHALT */
}
.ewp_table td, .ewp_table th {
padding: 10px;
}
.ewp_table thead th, .ewp_table tfoot tr {
background-color: #BDC3C7; /* Flat UI Color: SILVER */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment