Create tables.less

This commit is contained in:
Owen Versteeg 2013-12-08 16:41:51 -05:00
parent c4124c4761
commit 7a61c1d905

14
less/tables.less Normal file
View file

@ -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;
}