Image Clipping off

Admin CP -> Appearance -> Templates -> node_list.css

Adjust the dimensions to accommodate your image:

Code:
.node .nodeIcon
{
    float: left;
    width: 36px;
    height: 36px;
    margin: 10px 0 10px 10px;

    background: transparent none no-repeat center center;
}
 
Top Bottom