# HG changeset patch # User bsw # Date 1332355824 -3600 # Node ID e26b04ef230af2d9c8c989104a9eee0b3c64026a # Parent 9582f42fd4bcec5fe34deb3647809929e7b85b5b Do not force micro avatars to be quadratic diff -r 9582f42fd4bc -r e26b04ef230a static/style.css --- a/static/style.css Wed Mar 21 19:49:02 2012 +0100 +++ b/static/style.css Wed Mar 21 19:50:24 2012 +0100 @@ -290,7 +290,6 @@ .micro_avatar { width: 24px; - height: 24px; border-radius: 4px; vertical-align: middle; }