[-] MO : fixed bug #PSCFV-5335 - duplication of background value in blockmyaccountfooter module

This commit is contained in:
vAugagneur
2012-10-30 10:44:21 +00:00
parent 9e57906dc2
commit 3633e61074
@@ -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}