fixed photo show comment picture bug

This commit is contained in:
danielvincent 2010-07-28 10:06:20 -07:00
parent e2b5af35c1
commit ef0a2c465d
2 changed files with 4 additions and 2 deletions

View file

@ -204,7 +204,8 @@ ul.comment_set {
margin-top: -5px; margin-top: -5px;
padding-bottom: 8px; } padding-bottom: 8px; }
#stream img.person_picture, #profile img.person_picture { #stream img.person_picture, #profile img.person_picture,
.comments img.person_picture {
border-radius: 3px; border-radius: 3px;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
-moz-border-radius: 3px; -moz-border-radius: 3px;

View file

@ -247,7 +247,8 @@ ul.comment_set
:padding :padding
:bottom 8px :bottom 8px
#stream, #profile #stream, #profile,
.comments
img.person_picture img.person_picture
:border-radius 3px :border-radius 3px
:-webkit-border-radius 3px :-webkit-border-radius 3px