diff --git a/less/tables.less b/less/tables.less index a3b3f58..2d6cdd3 100644 --- a/less/tables.less +++ b/less/tables.less @@ -3,12 +3,12 @@ table { border-spacing: 0; } -.table th, .table td { +th, td { padding: .5em; line-height: 1.4em; text-align: left; } -tbody tr:nth-child(2n-1) { +tr:nth-child(2n-1) { background: #ccc; /* Shade every other table row */ }