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:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user