2012-03-01 17:33:46 +00:00
|
|
|
@import 'compass/utilities/tables';
|
|
|
|
|
|
|
|
table.info {
|
|
|
|
width: 100%;
|
2012-03-01 17:37:24 +00:00
|
|
|
border-spacing: 0;
|
2012-03-01 17:33:46 +00:00
|
|
|
td {padding: 5px;}
|
|
|
|
}
|
|
|
|
|
|
|
|
table.columns2 {
|
|
|
|
@include inner-table-borders;
|
2012-03-01 23:37:05 +00:00
|
|
|
th.first, td.first {width: 30%;}
|
2012-03-01 17:33:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.columns3 {
|
|
|
|
@include alternating-rows-and-columns(#eee, #ccc, #000);
|
|
|
|
th.first, td.first, th.last, td.last {width: 30%;}
|
|
|
|
}
|