Striped table columns
Created by: RichardNeill
Sometimes, it is desirable to have a table with striped columns (rather than rows). Here's what we do:
table.table-striped-cols { tbody td:nth-of-type(odd), thead th:nth-of-type(odd){ background:#f2f2f2; } }
I propose that this should be an option within bootstrap-core.