Add more spacing between products

This commit is contained in:
Eelco Dolstra 2012-07-19 00:33:02 +02:00
parent 00155aa7b1
commit 74fb2b37ce

View file

@ -20,3 +20,8 @@ th {
h3 {
margin-top: 1em;
}
table.productList {
border-collapse: separate;
border-spacing: 0em 1em;
}