как из этого кода исключить окантовку аватара?
<style type="text/css">
.post-author ul li {
width: 180px;
text-align: center;
padding: 2px;
border: 1px solid #856831;
background: #cead6f;
margin: 2px;
}
.post-author ul li.pa-reg {
border-bottom: none;
margin-bottom: 0px;
}
.post-author ul li.pa-posts,
.post-author ul li.pa-respect {
border-top: none;
border-bottom: none;
margin-top: 0px;
margin-bottom: 0px;
}
.post-author ul li.pa-positive {
margin-top: 0px;
border-top: none;
//border-bottom: none;
}
.post-author ul li.pa-online, .post-author ul li.pa-author {
border: #856831 solid 1px;
padding: 2px;
background: #cead6f;
font-size: 11px;
}
.post-author ul li.pa-fld1 {
border: #856831 solid 1px;
padding: 2px;
background: #cead6f;
font-size: 11px;
}
.post-author ul li.pa-fld2 {
border: #856831 solid 1px;
padding: 2px;
background: #cead6f;
font-size: 11px;
}
.post-author ul li.pa-fld3 {
border: #856831 solid 1px;
padding: 2px;
background: #cead6f;
font-size: 11px;
}
</style>












