git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13417 b9a71923-0436-4b27-9f14-aed3839534dd
21 lines
454 B
CSS
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
|
|
} |