From 3633e61074fc90631e29248e7ba40bf4f701a973 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 30 Oct 2012 10:44:21 +0000 Subject: [PATCH] [-] MO : fixed bug #PSCFV-5335 - duplication of background value in blockmyaccountfooter module --- modules/blockmyaccountfooter/blockmyaccount.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/blockmyaccountfooter/blockmyaccount.css b/modules/blockmyaccountfooter/blockmyaccount.css index 629d30995..ac56d649c 100644 --- a/modules/blockmyaccountfooter/blockmyaccount.css +++ b/modules/blockmyaccountfooter/blockmyaccount.css @@ -14,12 +14,11 @@ /* block myaccount in footer */ -#footer .myaccount {padding:15px 10px;} #footer .myaccount h4 {background: none;} #footer .myaccount .logout {display:none;} #footer .myaccount h4 { padding:0 0 10px 0; - background:#333 + background:none } #footer .myaccount ul {margin-bottom:0} #footer .myaccount li {border-bottom:none}