# HG changeset patch # User bsw # Date 1332355858 -3600 # Node ID 78c92775722be82e44cde46bfe19c17a60741cbd # Parent e26b04ef230af2d9c8c989104a9eee0b3c64026a Do not force micro avatars to be quadratic (fix) diff -r e26b04ef230a -r 78c92775722b static/style.css --- a/static/style.css Wed Mar 21 19:50:24 2012 +0100 +++ b/static/style.css Wed Mar 21 19:50:58 2012 +0100 @@ -289,7 +289,7 @@ } .micro_avatar { - width: 24px; + height: 24px; border-radius: 4px; vertical-align: middle; }