liquid_feedback_frontend

changeset 503:78c92775722b

Do not force micro avatars to be quadratic (fix)
author bsw
date Wed Mar 21 19:50:58 2012 +0100 (2012-03-21)
parents e26b04ef230a
children 811bf260f7cf
files static/style.css
line diff
     1.1 --- a/static/style.css	Wed Mar 21 19:50:24 2012 +0100
     1.2 +++ b/static/style.css	Wed Mar 21 19:50:58 2012 +0100
     1.3 @@ -289,7 +289,7 @@
     1.4  }
     1.5  
     1.6  .micro_avatar {
     1.7 -  width: 24px;
     1.8 +  height: 24px;
     1.9    border-radius: 4px;
    1.10    vertical-align: middle;
    1.11  }

Impressum / About Us