Skip to content

Instantly share code, notes, and snippets.

@musicm122
Created April 1, 2013 15:27
Show Gist options
  • Save musicm122/5285565 to your computer and use it in GitHub Desktop.
Save musicm122/5285565 to your computer and use it in GitHub Desktop.
Cell_Padding_and_Cell_Spacing in css
.UserInputTable table {
width: 100%;
border: 0;
border-spacing:0;
border-collapse:collapse;
}
.UserInputTable table td, .UserInputTable table td {
padding:5;
}
.UserInputTable table tr:nth-child(odd){
background-color:#F2F2F2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment