Merge pull request #311 from domenkozar/product-list-table

product list: convert to a proper table
This commit is contained in:
Eelco Dolstra
2016-08-19 13:40:42 +02:00
committed by GitHub
2 changed files with 172 additions and 104 deletions

View File

@ -24,11 +24,6 @@ th {
display: none;
}
table.productList {
border-collapse: separate;
border-spacing: 0em 1em;
}
table.table-small {
width: auto !important;
}