diff --git a/less/tables.less b/less/tables.less index a3b3f585507bd18be0cdad3bf33da5a43799c2fa..2d6cdd3e9c4391682b80883c685c906e90ebbe55 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 */ }