Aumentar Fotos Do Comentarios
.comment-picture a img {width:200px;height:200px;}
.comment-picture {height:200px !important;width:200px;}
User-Picture
#user-picture { text-align: center; dispaly: block; background-image:url(URL DA IMAGEM DO USER-Picture); background-repeat: no-repeat; background-position: center;}
#user-picture a, div #user-picture { width:195px; height: 200px; }
#user-picture a img {visibility:hidden;}
#user-picture a { display: block; }
Nota: se a imagem que voces usarem tiver 300 px de altura e 300 px de largura, a largura no css ficará "...width: 300px..." e a altura "... height: 300px..."
Cumprimentos DanielSilva :')