diff options
Diffstat (limited to 'StoneIsland/www/css/cart.css')
| -rw-r--r-- | StoneIsland/www/css/cart.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/StoneIsland/www/css/cart.css b/StoneIsland/www/css/cart.css index 6467e8d3..6ba83675 100644 --- a/StoneIsland/www/css/cart.css +++ b/StoneIsland/www/css/cart.css @@ -1,11 +1,5 @@ .cart #cart { display: block; } -.cart #footer .cancel { display: block } -.cart #footer .checkout { display: block } -/* -.cart #footer .checkout_proceed { display: block } - */ - #cart { display: none; } @@ -246,4 +240,10 @@ color:#000; background:#a9a9a9; position:absolute; z-index:999; -}
\ No newline at end of file +} +#cart_shipping .address { + display: none; +} +.address .save_as_default { + display: none; +} |
