Files
PrestaShop/themes/default/css/my-account.css
mDeflotte 13fe61115e // Fix bug with css rules
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13417 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-17 09:33:44 +00:00

21 lines
454 B
CSS

#my-account #left_column {display:none}
#my-account #center_column {width:757px}
#my-account #center_column h1 {margin-bottom:20px}
#my-account #center_column h4 {
font-weight:normal;
font-size:12px;
color:#666
}
#my-account .myaccount_lnk_list {list-style-type:none}
#my-account .myaccount_lnk_list li {
font-size:13px;
line-height:36px
}
#my-account .myaccount_lnk_list img.icon,
#my-account p img.icon {
position:relative;
top:6px;
left:0
}