From da95cb8614ffff5a7cc2768b4c7ad207c4cf862a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 6 Aug 2012 16:56:38 -0700 Subject: [PATCH] fix styles on product index --- rattail/pyramid/templates/products/index.mako | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rattail/pyramid/templates/products/index.mako b/rattail/pyramid/templates/products/index.mako index b6820c96..0c5e0a96 100644 --- a/rattail/pyramid/templates/products/index.mako +++ b/rattail/pyramid/templates/products/index.mako @@ -22,14 +22,14 @@ width: 30px; } - div.grid.Product table tbody td.size, - div.grid.Product table tbody td.regular_price_uuid, - div.grid.Product table tbody td.current_price_uuid { + div.grid table tbody td.size, + div.grid table tbody td.regular_price_uuid, + div.grid table tbody td.current_price_uuid { padding-right: 6px; text-align: right; } - div.grid.Product table tbody td.labels { + div.grid table tbody td.labels { text-align: center; }