/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

/**********************************************
 * 
 *  Avatare, seid nicht mehr ganz so rund!
 *
*/


#comments .avatar img {
      border-radius: 5px;
}


#tabs .inside li img.avatar, #tabs .inside li img.thumbnail {
      border-radius: 5px;
}

