Commit 4faa8956237bc73e671fe9ab2d17271cf9bcbf2e

Authored by Dmitriy Zaporozhets
1 parent 6b0501b4

rounded avatars

app/assets/stylesheets/gitlab_bootstrap/avatar.scss
... ... @@ -2,8 +2,8 @@
2 2 float: left;
3 3 margin-right: 12px;
4 4 width: 40px;
5   - border: 1px solid #ddd;
6 5 padding: 1px;
  6 + @include border-radius(4px);
7 7  
8 8 &.avatar-inline {
9 9 float: none;
... ...