Skip to content

Instantly share code, notes, and snippets.

@pinscript
Created June 16, 2011 09:03
Show Gist options
  • Save pinscript/1028920 to your computer and use it in GitHub Desktop.
Save pinscript/1028920 to your computer and use it in GitHub Desktop.
table
{
width: 100%;
}
th
{
background-color: #EEEEEE;
background-image: -moz-linear-gradient(#E6E6E6, #D9D9D9);
border-bottom: 1px solid #B4B4B4;
padding: 10px;
}
td
{
padding: 10px;
}
tr:nth-child(odd) td
{
background: #FAFAFA;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment