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.
This commit is contained in:
Milow
2012-11-23 20:37:20 -06:00
parent c9e3aa07aa
commit 1375ca9590
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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;
}