I have added a border to the left and right of the table.
tr.odd {
background-color: #E2E4FF;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
tr.even {
background-color: white;
border: 1px solid #cccccc;
}
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 12 March 2012 - 08:07 AM
tr.odd {
background-color: #E2E4FF;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
tr.even {
background-color: white;
border: 1px solid #cccccc;
}
Posted 12 March 2012 - 23:32 PM
Posted 13 March 2012 - 10:13 AM