fixed photo show comment picture bug
This commit is contained in:
parent
e2b5af35c1
commit
ef0a2c465d
2 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue