avatar tweaks

This commit is contained in:
Sacha Greif 2012-10-03 16:43:04 +09:00
parent 529cb940ea
commit 12de56fec6
3 changed files with 11 additions and 11 deletions

View file

@ -971,11 +971,11 @@ body.pageslide-open {
margin-left: 50px; } margin-left: 50px; }
/* line 130, ../sass/modules/_comments.scss */ /* line 130, ../sass/modules/_comments.scss */
.comment-content .user-avatar { .comment-content .user-avatar {
-webkit-border-radius: 30px; -webkit-border-radius: 100px;
-moz-border-radius: 30px; -moz-border-radius: 100px;
-ms-border-radius: 30px; -ms-border-radius: 100px;
-o-border-radius: 30px; -o-border-radius: 100px;
border-radius: 30px; border-radius: 100px;
overflow: hidden; overflow: hidden;
position: block; position: block;
float: left; } float: left; }

View file

@ -128,7 +128,7 @@
margin-left:50px; margin-left:50px;
} }
.user-avatar{ .user-avatar{
@include border-radius(30px); @include border-radius(100px);
overflow:hidden; overflow:hidden;
position:block; position:block;
float:left; float:left;
@ -136,7 +136,7 @@
height:40px; height:40px;
width:40px; width:40px;
} }
} }
} }
.comment-meta{ .comment-meta{
margin-bottom:5px; margin-bottom:5px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB