From 74fb2b37cec848a61fa5e35fc64c0de4ba27e4b1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 19 Jul 2012 00:33:02 +0200 Subject: [PATCH] Add more spacing between products --- src/root/static/css/hydra.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index cc852068..2f34a382 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -20,3 +20,8 @@ th { h3 { margin-top: 1em; } + +table.productList { + border-collapse: separate; + border-spacing: 0em 1em; +}