Skip to content

Instantly share code, notes, and snippets.

@rorlab
Created October 5, 2012 08:49
Show Gist options
  • Save rorlab/3838810 to your computer and use it in GitHub Desktop.
Save rorlab/3838810 to your computer and use it in GitHub Desktop.
Additional stylesheet for ROR Lab.
table.bordered {
width:100%;
padding:0;
margin:0;
border-collapse:collapse;
th {
background: #cadcf3;
}
th, td {
border:1px solid #79b0e0;
padding:2px 5px;
margin:0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment