at-who.less 204 B

12345678
  1. // Scale avatar in at.js suggestion
  2. .atwho-view ul li img {
  3. border-radius: @border-radius-small;
  4. margin-right: @font-size-base / 3;
  5. width: @line-height-computed;
  6. height: @line-height-computed;
  7. }