liquid_feedback_frontend

changeset 652:2b233e4c41e8

Fixed margins around micro avatars in delegation info
author bsw
date Tue Jun 26 00:04:07 2012 +0200 (2012-06-26)
parents 2bd8077e1960
children 5f696ad881a3
files static/style.css
line diff
     1.1 --- a/static/style.css	Mon Jun 25 23:54:51 2012 +0200
     1.2 +++ b/static/style.css	Tue Jun 26 00:04:07 2012 +0200
     1.3 @@ -488,12 +488,12 @@
     1.4  
     1.5  .delegation_info .micro_avatar {
     1.6    border: none;
     1.7 -  margin: 4px;
     1.8 +  margin: 2px;
     1.9    box-shadow: 1px 1px 2px #000;
    1.10  }
    1.11  
    1.12  .delegation_info .micro_avatar.highlighted {
    1.13 -  margin: 2;
    1.14 +  margin: 0;
    1.15    border: 2px solid #f90;
    1.16  }
    1.17  

Impressum / About Us