diff --git a/less/tables.less b/less/tables.less new file mode 100644 index 0000000..1189924 --- /dev/null +++ b/less/tables.less @@ -0,0 +1,14 @@ +table { + width: 100%; + border-spacing: 0; +} + +.table th, .table td { + padding: .5em; + line-height: 1.4em; + text-align: left; +} + +tbody tr:nth-child(2n-1) { + background: #CCC; +}