// Fixing problems with shopping cart and customization

This commit is contained in:
mDeflotte
2011-12-22 18:26:56 +00:00
parent c00acfd738
commit 89a55f9568
2 changed files with 15 additions and 9 deletions
+5 -3
View File
@@ -664,12 +664,14 @@ table#cart_summary td.cart_discount_price {border-bottom:1px solid #999}
table#cart_summary tr:nth-child(odd),
table#cart_summary tr.cart_total_delivery,
table#cart_summary tr.cart_total_price {
background-color: #fff
background-color: #fff
}
table#cart_summary tr:nth-child(even) {
background-color: #f3f3f3
background-color: #f3f3f3
}
table#cart_summary tr ul {
list-style: none;
}
table#cart_summary .cart_product {
width:80px;
text-align:center