Files
PrestaShop/themes/default/css/my-account.css
T
mMarinetti 9cc30dc3fe [+] Project : default theme added
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10862 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-02 15:24:40 +00:00

21 lines
446 B
CSS

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