Commit 4faa8956237bc73e671fe9ab2d17271cf9bcbf2e
1 parent
6b0501b4
Exists in
master
and in
4 other branches
rounded avatars
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/avatar.scss
| @@ -2,8 +2,8 @@ | @@ -2,8 +2,8 @@ | ||
| 2 | float: left; | 2 | float: left; |
| 3 | margin-right: 12px; | 3 | margin-right: 12px; |
| 4 | width: 40px; | 4 | width: 40px; |
| 5 | - border: 1px solid #ddd; | ||
| 6 | padding: 1px; | 5 | padding: 1px; |
| 6 | + @include border-radius(4px); | ||
| 7 | 7 | ||
| 8 | &.avatar-inline { | 8 | &.avatar-inline { |
| 9 | float: none; | 9 | float: none; |