From 1375ca9590fb85e9984f21ee77bd995f86af9c92 Mon Sep 17 00:00:00 2001 From: Milow <{email}> Date: Fri, 23 Nov 2012 20:37:20 -0600 Subject: [PATCH] Fix css errors In css/admin.css, cellpadding and cellspacing are not valid css, so replace them with the correct css equivalent. In css/product.css, simply remove an extra 6 on color. --- css/admin.css | 4 ++-- themes/default/css/product.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/admin.css b/css/admin.css index 2beb6597e..2a9e99a39 100644 --- a/css/admin.css +++ b/css/admin.css @@ -1514,8 +1514,8 @@ html[xmlns] .clearfix { #table_customer{ border:1px solid #ccc; - cellpadding: 0; - cellspacing: 0; + padding: 0px; + border-spacing: 0px; border-radius:3px; background-color:#fff; } diff --git a/themes/default/css/product.css b/themes/default/css/product.css index 7f5e3470f..569c49326 100644 --- a/themes/default/css/product.css +++ b/themes/default/css/product.css @@ -446,7 +446,7 @@ span.view_scroll_spacer { width:260px; border:1px solid #ccc; font-size:12px; - color:#6666; + color:#666; } #send_friend_form .submit {